mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 00:04:07 +01:00
(Fixes issue 1868)
This commit is contained in:
@@ -72,10 +72,6 @@ class CDbConnectionTest extends CTestCase
|
||||
$this->_connection->pdoInstance->exec(file_get_contents(dirname(__FILE__).'/data/sqlite.sql'));
|
||||
$command=$this->_connection->createCommand($sql);
|
||||
$this->assertTrue($command instanceof CDbCommand);
|
||||
|
||||
$this->_connection->active=false;
|
||||
$this->setExpectedException('CException');
|
||||
$this->_connection->createCommand($sql);
|
||||
}
|
||||
|
||||
public function testLastInsertID()
|
||||
|
||||
Reference in New Issue
Block a user