Commit 864a78fd authored by Steve Müller's avatar Steve Müller

fix drop inuse database functional test

parent 16be5491
...@@ -73,8 +73,6 @@ class SchemaManagerFunctionalTestCase extends \Doctrine\Tests\DbalFunctionalTest ...@@ -73,8 +73,6 @@ class SchemaManagerFunctionalTestCase extends \Doctrine\Tests\DbalFunctionalTest
$this->assertInstanceOf('Doctrine\DBAL\Driver\Connection', $connection); $this->assertInstanceOf('Doctrine\DBAL\Driver\Connection', $connection);
unset($connection);
$this->_sm->dropDatabase('test_drop_database'); $this->_sm->dropDatabase('test_drop_database');
$this->assertNotContains('test_drop_database', $this->_sm->listDatabases()); $this->assertNotContains('test_drop_database', $this->_sm->listDatabases());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment