Skip to content

Commit

Permalink
Order the test scripts alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Jun 17, 2020
1 parent 27585a2 commit 1cb4a91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"scripts": {
"test": [
"@phpunit",
"@phpcs",
"@phpstan"
"@phpstan",
"@phpunit"
],
"phpunit": "phpunit",
"phpcs": "phpcs",
"phpstan": "phpstan analyse src --memory-limit=-1"
"phpstan": "phpstan analyse src --memory-limit=-1",
"phpunit": "phpunit"
}
}

0 comments on commit 1cb4a91

Please sign in to comment.