コード例 #1
0
ファイル: AdapterTest.php プロジェクト: rajanlamic/IntTest
 /**
  * @testdox unit test: Test getPlatform() returns platform object
  * @covers Zend\Db\Adapter\Adapter::getQueryResultSetPrototype
  */
 public function testGetQueryResultSetPrototype()
 {
     $this->assertInstanceOf('Zend\\Db\\ResultSet\\ResultSetInterface', $this->adapter->getQueryResultSetPrototype());
 }