markTestIncomplete($this->getDriver() . ' is having trouble with binding parameters'); } public function testStatementBindParamByPosition() { $this->markTestIncomplete($this->getDriver() . ' is having trouble with binding parameters'); } protected $_getColumnMetaKeys = array( 'native_type', 'sqlite:decl_type', 'flags', 'name', 'len', 'precision', 'pdo_type' ); /** * @group ZF-7706 */ public function testStatementCanReturnDriverStatement() { $statement = parent::testStatementCanReturnDriverStatement(); $this->assertType('PDOStatement', $statement->getDriverStatement()); } public function getDriver() { return 'Pdo_Sqlite'; } }