Skip to content

Commit fb0cc30

Browse files
committed
(re)fixed Document prefix
1 parent 0a6752a commit fb0cc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/config/dist/phpcrodm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$kernelRootDir = $container->getParameter('kernel.root_dir');
3030
$bundleFQN = $container->getParameter('cmf_testing.bundle_fqn');
3131
$phpcrOdmDocDir = sprintf('%s/../Document', $kernelRootDir);
32-
$phpcrOdmDocPrefix = sprintf('%s\Tests\Functional\App\Document', $bundleFQN);
32+
$phpcrOdmDocPrefix = sprintf('%s\Tests\Resources\Document', $bundleFQN);
3333

3434
if (file_exists($phpcrOdmDocDir)) {
3535

0 commit comments

Comments
 (0)