Skip to content

Commit d1d9d54

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] fix tests [HttpKernel] Fix session test cases for symfony [FrameworkBundle] Fix missing arguments when a serialization default context is bound
2 parents 7767ee7 + f868197 commit d1d9d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/DoctrineExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function providerBundles()
286286

287287
yield ['SrcXmlBundle', 'xml', '/Resources/config/doctrine'];
288288

289-
yield ['NewAnnotationsBundle', 'annotation', '/src/Entity'];
289+
yield ['NewAnnotationsBundle', 'annotation', \DIRECTORY_SEPARATOR.'src/Entity'];
290290
yield ['NewXmlBundle', 'xml', '/config/doctrine'];
291291
}
292292

0 commit comments

Comments
 (0)