Skip to content

Commit a050c2a

Browse files
committed
test/syntax/quality first, then run tests
1 parent 38d7a47 commit a050c2a

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
@@ -50,11 +50,11 @@
5050
],
5151
"test": [
5252
"@test:lint",
53+
"@test:static-analysis",
54+
"@test:cs",
5355
"@test:unit",
5456
"@test:infection",
55-
"@test:integration",
56-
"@test:static-analysis",
57-
"@test:cs"
57+
"@test:integration"
5858
],
5959
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
6060
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)