We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11de4 commit c79a2b5Copy full SHA for c79a2b5
Tests/PropertyInfo/DoctrineExtractorTest.php
@@ -26,7 +26,7 @@ class DoctrineExtractorTest extends \PHPUnit_Framework_TestCase
26
*/
27
private $extractor;
28
29
- public function setUp()
+ protected function setUp()
30
{
31
$config = Setup::createAnnotationMetadataConfiguration(array(__DIR__.DIRECTORY_SEPARATOR.'Fixtures'), true);
32
$entityManager = EntityManager::create(array('driver' => 'pdo_sqlite'), $config);
0 commit comments