Skip to content
Snippets Groups Projects
Commit 5c9889e2 authored by Jan Kuchař's avatar Jan Kuchař
Browse files

CursorDriverTest: added forgotten parent:: call

parent 70204014
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,8 @@ class CursorDriverTest extends CursorInterfaceTest ...@@ -28,7 +28,8 @@ class CursorDriverTest extends CursorInterfaceTest
$factory = new CursorDriverFactory($connection); $factory = new CursorDriverFactory($connection);
$this->uut = $factory->create($SQL_thousandRowsAscending, true); $this->uut = $factory->create($SQL_thousandRowsAscending, true);
// parent::setUp();
parent::setUp();
} }
public function tearDown() public function tearDown()
...@@ -36,7 +37,7 @@ class CursorDriverTest extends CursorInterfaceTest ...@@ -36,7 +37,7 @@ class CursorDriverTest extends CursorInterfaceTest
global $connection; global $connection;
$connection->rollback(); $connection->rollback();
// parent::tearDown(); parent::tearDown();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment