Example #1
0
 public function testListIdentityPools()
 {
     $result = $this->client->listIdentityPools(array('MaxResults' => 1));
     $this->assertArrayHasKey('IdentityPools', $result->toArray());
 }