Пример #1
0
 public function testListOperation()
 {
     $result = $this->sg->listGateways();
     $this->assertArrayHasKey('Gateways', $result->toArray());
 }