Commit ded8e089 authored by Steve Müller's avatar Steve Müller

make driver property protected to be available for subclassing test cases

parent 87a49fa2
......@@ -12,7 +12,7 @@ abstract class AbstractDriverTest extends DbalFunctionalTestCase
*
* @var \Doctrine\DBAL\Driver
*/
private $driver;
protected $driver;
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