Commit 56ef3346 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix tests

parent ea1b8643
...@@ -9,7 +9,6 @@ class ConnectionTest extends \Doctrine\Tests\DbalFunctionalTestCase ...@@ -9,7 +9,6 @@ class ConnectionTest extends \Doctrine\Tests\DbalFunctionalTestCase
$this->markTestSkipped('mysqli is not installed.'); $this->markTestSkipped('mysqli is not installed.');
} }
$this->resetSharedConn();
parent::setUp(); parent::setUp();
if ( !($this->_conn->getDriver() instanceof \Doctrine\DBAL\Driver\Mysqli\Driver)) { if ( !($this->_conn->getDriver() instanceof \Doctrine\DBAL\Driver\Mysqli\Driver)) {
...@@ -20,7 +19,6 @@ class ConnectionTest extends \Doctrine\Tests\DbalFunctionalTestCase ...@@ -20,7 +19,6 @@ class ConnectionTest extends \Doctrine\Tests\DbalFunctionalTestCase
public function tearDown() public function tearDown()
{ {
parent::tearDown(); parent::tearDown();
$this->resetSharedConn();
} }
public function testDriverOptions() public function testDriverOptions()
......
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