Skip to content

Commit 2e78791

Browse files
committed
test/syntax/quality first, then run tests
1 parent dc8a1cf commit 2e78791

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
7171
"test": [
7272
"@test:lint",
73+
"@test:static-analysis",
74+
"@test:cs",
7375
"@test:unit",
7476
"@test:integration",
75-
"@test:infection",
76-
"@test:static-analysis",
77-
"@test:cs"
77+
"@test:infection"
7878
],
7979
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
8080
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)