コード例 #1
0
 /**
  * Tests DbAdapter->getAdapter()
  */
 public function testGetAdapter()
 {
     $this->assertInstanceOf('Zend_Db_Adapter_Abstract', $this->BaseTestCase->getAdapter());
 }