Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5acfde

Browse filesBrowse files
wouterjderrabus
andauthored
Apply suggestions from code review
Co-authored-by: Alexander M. Turek <me@derrabus.de>
1 parent 43518dd commit d5acfde
Copy full SHA for d5acfde

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.