File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"scripts" : {
43
43
"format" : " php-cs-fixer fix" ,
44
- "test" : " composer run test:unit && composer run test:formatted && composer run test:lint" ,
44
+ "test" : [
45
+ " @test:unit" ,
46
+ " @test:formatted" ,
47
+ " @test:lint"
48
+ ],
45
49
"test:unit" : " phpunit --coverage-clover=coverage.clover.xml --coverage-html cov" ,
46
- "test:unit:slow" : " composer run test:unit -- --group slow" ,
47
- "test:unit:fast" : " composer run test:unit -- --exclude-group slow" ,
48
- "test:formatted" : " composer run format -- --dry-run --stop-on-violation --using-cache=no" ,
50
+ "test:unit:slow" : " @ test:unit --group slow" ,
51
+ "test:unit:fast" : " @ test:unit --exclude-group slow" ,
52
+ "test:formatted" : " @ format --dry-run --stop-on-violation --using-cache=no" ,
49
53
"test:lint" : " psalm --stats --show-info=true --find-unused-psalm-suppress" ,
50
54
"coverage:report" : " php-coveralls --coverage_clover=coverage.clover.xml --json_path=coveralls-upload.json --insecure" ,
51
55
"install:tools" : " phive install --trust-gpg-keys 0x67F861C3D889C656" ,
You can’t perform that action at this time.
0 commit comments