Skip to content

Commit 1cb4a91

Browse files
committed
Order the test scripts alphabetically
1 parent 27585a2 commit 1cb4a91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
},
4141
"scripts": {
4242
"test": [
43-
"@phpunit",
4443
"@phpcs",
45-
"@phpstan"
44+
"@phpstan",
45+
"@phpunit"
4646
],
47-
"phpunit": "phpunit",
4847
"phpcs": "phpcs",
49-
"phpstan": "phpstan analyse src --memory-limit=-1"
48+
"phpstan": "phpstan analyse src --memory-limit=-1",
49+
"phpunit": "phpunit"
5050
}
5151
}

0 commit comments

Comments
 (0)