File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 ],
3737 "scripts" : {
3838 "test" : [
39- " ./vendor/bin/ phpunit --color=always"
39+ " phpunit --color=always"
4040 ],
4141 "test-no-coverage" : [
42- " ./vendor/bin/ phpunit --color=always --no-coverage"
42+ " phpunit --color=always --no-coverage"
4343 ],
4444 "check" : [
45- " ./vendor/bin/ php-cs-fixer fix --ansi --dry-run --diff" ,
46- " ./vendor/bin/ phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
47- " ./vendor/bin/ phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
45+ " php-cs-fixer fix --ansi --dry-run --diff" ,
46+ " phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
47+ " phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
4848 " @test"
4949 ],
5050 "fix" : [
51- " ./vendor/bin/ php-cs-fixer fix --ansi"
51+ " php-cs-fixer fix --ansi"
5252 ]
5353 },
5454 "scripts-descriptions" : {
You can’t perform that action at this time.
0 commit comments