File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
'test_default ' => array (
20
20
'type ' => 'annotation ' ,
21
21
'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 ' ,
23
23
'is_bundle ' => false ,
24
24
),
25
25
),
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function __construct($processBuilder = null)
36
36
}
37
37
38
38
// 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 ' );
40
40
} else {
41
41
$ this ->processBuilder = $ processBuilder ;
42
42
}
You can’t perform that action at this time.
0 commit comments