Skip to content

Commit f868197

Browse files
[DoctrineBridge] fix tests
1 parent 1c53f21 commit f868197

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
@@ -288,7 +288,7 @@ public function providerBundles()
288288

289289
yield ['SrcXmlBundle', 'xml', '/Resources/config/doctrine'];
290290

291-
yield ['NewAnnotationsBundle', 'annotation', '/src/Entity'];
291+
yield ['NewAnnotationsBundle', 'annotation', \DIRECTORY_SEPARATOR.'src/Entity'];
292292
yield ['NewXmlBundle', 'xml', '/config/doctrine'];
293293
}
294294

0 commit comments

Comments
 (0)