示例#1
0
 /**
  * @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());
 }