Fix test failures for DoctrineProvider

This commit is contained in:
Tim Nagel 2014-05-23 23:19:55 +10:00
parent f8a445b46c
commit f20392d78b

View file

@ -17,7 +17,7 @@ class AbstractProviderTest extends \PHPUnit_Framework_TestCase
}
$this->objectClass = 'objectClass';
$this->options = array();
$this->options = array('debug_logging' => true);
$this->objectPersister = $this->getMockObjectPersister();
$this->managerRegistry = $this->getMockManagerRegistry();