Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5acfde

Browse files
wouterjderrabus
andauthored
Apply suggestions from code review
Co-authored-by: Alexander M. Turek <[email protected]>
1 parent 43518dd commit d5acfde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function createTestEntityManager(Configuration $config = null)
4646
}
4747

4848
if (null === $config) {
49-
$config = self::createTestConfiguration(false);
49+
$config = self::createTestConfiguration();
5050
}
5151

5252
$params = [
@@ -87,7 +87,7 @@ public static function createTestConfigurationWithXmlLoader()
8787
trigger_deprecation('symfony/doctrine-bridge', '5.3', '"%s" is deprecated and will be removed in 6.0.', __CLASS__);
8888
}
8989

90-
$config = static::createTestConfiguration(false);
90+
$config = static::createTestConfiguration();
9191

9292
$driverChain = new MappingDriverChain();
9393
$driverChain->addDriver(

0 commit comments

Comments
 (0)