fix test script

This commit is contained in:
Akolzin Dmitry 2020-02-18 21:42:50 +03:00
parent dc9458f434
commit 74a36756f6

View File

@ -25,7 +25,7 @@
"opencart-dir" : "www"
},
"scripts" : {
"test-admin": "bin/phpunit --coverage-php coverage/admin.cov --testsuite tests --colors=always",
"test-admin": "bin/phpunit --coverage-php coverage/admin.cov --testsuite admin-tests --colors=always",
"test-catalog": "bin/phpunit --coverage-php coverage/catalog.cov --testsuite catalog-tests --colors=always",
"test": [
"@test-admin",