Skip to content

Commit f8124e1

Browse files
committed
test/syntax/quality first, then run tests
1 parent a869448 commit f8124e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
5858
"test": [
5959
"@test:lint",
60+
"@test:static-analysis",
61+
"@test:cs",
6062
"@test:unit",
6163
"@test:integration",
62-
"@test:infection",
63-
"@test:static-analysis",
64-
"@test:cs"
64+
"@test:infection"
6565
],
6666
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
6767
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)