File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 106106 "test:behaviour" : " behat --config Tests/Behavior/behat.yml" ,
107107 "test:behaviour:tag" : " behat --config Tests/Behavior/behat.yml --tags" ,
108108 "test:behaviour:stop" : " behat --config Tests/Behavior/behat.yml --stop-on-failure" ,
109- "test:php:cs" : " php-cs-fixer --version && php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff" ,
109+ "test:php:cs" : " php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff" ,
110110 "test:php:lint" : " find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l" ,
111111 "test:php:phpstan" : " phpstan analyse -c .project/tests/phpstan.neon" ,
112112 "test:php:phpstan:generate-baseline" : " phpstan analyse -c .project/tests/phpstan.neon --generate-baseline .project/tests/phpstan-baseline.neon" ,
You can’t perform that action at this time.
0 commit comments