We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6752a commit fb0cc30Copy full SHA for fb0cc30
resources/config/dist/phpcrodm.php
@@ -29,7 +29,7 @@
29
$kernelRootDir = $container->getParameter('kernel.root_dir');
30
$bundleFQN = $container->getParameter('cmf_testing.bundle_fqn');
31
$phpcrOdmDocDir = sprintf('%s/../Document', $kernelRootDir);
32
-$phpcrOdmDocPrefix = sprintf('%s\Tests\Functional\App\Document', $bundleFQN);
+$phpcrOdmDocPrefix = sprintf('%s\Tests\Resources\Document', $bundleFQN);
33
34
if (file_exists($phpcrOdmDocDir)) {
35
0 commit comments