Example #1
0
 /**
  * Test getAdapter
  */
 public function testGetAdapter()
 {
     $this->assertTrue($this->infrastructure->getAdapter() instanceof Zend_Service_Amazon_Ec2_Instance);
 }
Example #2
0
 /**
  * Test getAdapter
  */
 public function testGetAdapter()
 {
     $this->assertType('Zend_Service_Amazon_Ec2_Instance', $this->infrastructure->getAdapter());
 }
 /**
  * Test getAdapter
  */
 public function testGetAdapter()
 {
     $this->assertTrue($this->infrastructure->getAdapter() instanceof Zend_Service_Rackspace_Servers);
 }
 /**
  * Test getAdapter
  */
 public function testGetAdapter()
 {
     $this->assertType('Zend_Service_Rackspace_Servers', $this->infrastructure->getAdapter());
 }