Commit 987421ef authored by Steve Müller's avatar Steve Müller

make driver property protected to be available for subclassing test cases

parent 41e718ea
...@@ -12,7 +12,7 @@ abstract class AbstractDriverTest extends DbalFunctionalTestCase ...@@ -12,7 +12,7 @@ abstract class AbstractDriverTest extends DbalFunctionalTestCase
* *
* @var \Doctrine\DBAL\Driver * @var \Doctrine\DBAL\Driver
*/ */
private $driver; protected $driver;
protected function setUp() protected function setUp()
{ {
......
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