コード例 #1
0
 /**
  * Test getAdapter
  */
 public function testGetAdapter()
 {
     $this->assertInstanceOf('Zend\\Service\\Rackspace\\Servers', $this->infrastructure->getAdapter());
 }
コード例 #2
0
ファイル: Ec2OfflineTest.php プロジェクト: bradley-holt/zf2
 /**
  * Test getAdapter
  */
 public function testGetAdapter()
 {
     $this->assertInstanceOf('Zend\\Service\\Amazon\\Ec2\\Instance', $this->infrastructure->getAdapter());
 }