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