Skip to content

Commit 3d5e47e

Browse files
committed
test/syntax/quality first, then run tests
1 parent fa75413 commit 3d5e47e

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
@@ -63,11 +63,11 @@
6363
"fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
6464
"test": [
6565
"@test:lint",
66+
"@test:static-analysis",
67+
"@test:cs",
6668
"@test:unit",
6769
"@test:integration",
68-
"@test:infection",
69-
"@test:static-analysis",
70-
"@test:cs"
70+
"@test:infection"
7171
],
7272
"test:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
7373
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)