8000 [DoctrineBridge] fix tests · symfony/symfony@ab0f31d · GitHub
[go: up one dir, main page]

Skip to content

Commit ab0f31d

Browse files
[DoctrineBridge] fix tests
1 parent bca341f commit ab0f31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/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 ['NewAnnotations 4FFA Bundle', 'annotation', '/src/Entity'];
291+
yield ['NewAnnotationsBundle', 'annotation', \DIRECTORY_SEPARATOR.'src/Entity'];
292292
yield ['NewXmlBundle', 'xml', '/config/doctrine'];
293293
}
294294

0 commit comments

Comments
 (0)
0