Skip to content

Commit 34fa295

Browse files
authored
Merge pull request #296 from Automattic/fix/change-composer-test-order
Change Composer test script order
2 parents 04200fd + 258ffe6 commit 34fa295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"phpunit": "bin/unit-tests",
4141
"test": [
4242
"@lint",
43-
"@phpcs",
4443
"@integration",
45-
"@phpunit"
44+
"@phpunit",
45+
"@phpcs"
4646
]
4747
},
4848
"support": {

0 commit comments

Comments
 (0)