client->doAction($request); $this->assertNotNull($response->RequestId); $this->assertNotNull($response->Regions->Region[0]->LocalName); $this->assertNotNull($response->Regions->Region[0]->RegionId); } public function testDoActionROA() { $request = new BC\ListImagesRequest(); $response = $this->client->doAction($request); $this->assertNotNull($response); } }