Re-order test commands

This commit is contained in:
Oliver Davies 2019-05-21 13:01:04 +01:00
parent 5f8ad9b60f
commit 6c017505f5

View file

@ -12,8 +12,8 @@
"scripts": {
"lint": "php-cs-fixer fix",
"test": [
"composer run lint -- --dry-run",
"composer run test:unit"
"composer run test:unit",
"composer run lint -- --dry-run"
],
"test:unit": "phpunit"
},