Skip to content

Commit 1af1b1c

Browse files
committed
Merge branch '1.1'
2 parents aa356ed + 6a5b764 commit 1af1b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/config/dist/phpcr_odm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'test_default' => array(
2020
'type' => 'annotation',
2121
'prefix' => 'Symfony\Cmf\Component\Testing\Document',
22-
'dir' => CMF_TEST_ROOT_DIR.'/src/Symfony/Cmf/Component/Testing/Document',
22+
'dir' => CMF_TEST_ROOT_DIR.'/src/Document',
2323
'is_bundle' => false,
2424
),
2525
),

src/Phpunit/DatabaseTestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct($processBuilder = null)
3636
}
3737

3838
// Symfony 2.3 does not support array prefix, so we have to implement it ourselves
39-
$this->prefix = array($phpExecutable, __DIR__.'/../../../../../../bin/console');
39+
$this->prefix = array($phpExecutable, __DIR__.'/../../bin/console');
4040
} else {
4141
$this->processBuilder = $processBuilder;
4242
}

0 commit comments

Comments
 (0)