This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 21
21
"symfony/monolog-bundle" : " ^2.3|^3.0" ,
22
22
"symfony/phpunit-bridge" : " ^3.2" ,
23
23
"symfony-cmf/routing-bundle" : " ^1.4|^2.0" ,
24
- "symfony-cmf/testing" : " ^2.0 " ,
24
+ "symfony-cmf/testing" : " ^2.1@dev " ,
25
25
"twig/twig" : " ^1.18|^2.0" ,
26
26
"symfony-cmf/core-bundle" : " ^2.0" ,
27
27
"doctrine/phpcr-bundle" : " ^1.1" ,
46
46
"branch-alias" : {
47
47
"dev-master" : " 2.2-dev"
48
48
}
49
- }
49
+ },
50
+ "prefer-stable" : true
50
51
}
Original file line number Diff line number Diff line change 7
7
>
8
8
9
9
<testsuites >
10
- <testsuite name =" Symfony CmfMenuBundle Test Suite " >
10
+ <testsuite name =" unit tests " >
11
11
<directory >./tests/Unit</directory >
12
12
</testsuite >
13
13
14
- <testsuite name =" phpcr" >
14
+ <testsuite name =" functional tests with phpcr" >
15
15
<directory >./tests/Functional</directory >
16
16
</testsuite >
17
17
</testsuites >
25
25
</exclude >
26
26
</whitelist >
27
27
</filter >
28
-
29
- <listeners >
30
- <listener class =" Symfony\Cmf\Component\Testing\Phpunit\DatabaseTestListener" />
31
- </listeners >
32
-
33
28
<php >
34
29
<server name =" KERNEL_DIR" value =" tests/Resources/app" />
35
30
</php >
You can’t perform that action at this time.
0 commit comments