File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<target name =" phpunit" depends =" symlink-cs" description =" Run unit tests with PHPUnit" >
31
31
<exec executable =" ${ phpunit.bin } " failonerror =" true" >
32
- <arg value =" --verbose" />
33
- <arg value =" --filter=SymfonyCustom" />
34
- <arg value =" ${ phpcs.dir } /tests/AllTests.php" />
32
+ <arg value =" --testsuite=SymfonyCustom" />
35
33
</exec >
36
34
<exec executable =" ${ phpunit.bin } " failonerror =" true" >
37
- <arg value =" --verbose" />
38
- <arg value =" TwigCS" />
35
+ <arg value =" --testsuite=TwigCS" />
39
36
</exec >
40
37
</target >
41
38
Original file line number Diff line number Diff line change 10
10
stopOnFailure =" false"
11
11
bootstrap =" ./bootstrap.php"
12
12
>
13
- <filter >
14
- <whitelist >
15
- <directory >./vendor/squizlabs/php_codesniffer/src/Standards/SymfonyCustom</directory >
16
- </whitelist >
17
- </filter >
13
+ <testsuites >
14
+ <testsuite name =" SymfonyCustom" >
15
+ <file >./vendor/squizlabs/php_codesniffer/tests/Standards/AllSniffs.php</file >
16
+ </testsuite >
17
+ <testsuite name =" TwigCS" >
18
+ <directory >./TwigCS</directory >
19
+ </testsuite >
20
+ </testsuites >
18
21
</phpunit >
You can’t perform that action at this time.
0 commit comments