Run phpunit and php-cs-fixer

This commit is contained in:
Oliver Davies 2019-05-03 23:45:34 +01:00
parent 6815cd4f26
commit b359d02f4f

View file

@ -44,6 +44,6 @@
},
"scripts": {
"lint": "php-cs-fixer fix",
"test": "phpunit"
"test": "phpunit && composer lint -- --dry-run"
}
}