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 2929
3030 <target name =" phpunit" depends =" symlink-cs" description =" Run unit tests with PHPUnit" >
3131 <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" />
3533 </exec >
3634 <exec executable =" ${ phpunit.bin } " failonerror =" true" >
37- <arg value =" --verbose" />
38- <arg value =" TwigCS" />
35+ <arg value =" --testsuite=TwigCS" />
3936 </exec >
4037 </target >
4138
Original file line number Diff line number Diff line change 1010 stopOnFailure =" false"
1111 bootstrap =" ./bootstrap.php"
1212>
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 >
1821</phpunit >
You can’t perform that action at this time.
0 commit comments