mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
fix test script
This commit is contained in:
parent
dc9458f434
commit
74a36756f6
@ -25,7 +25,7 @@
|
|||||||
"opencart-dir" : "www"
|
"opencart-dir" : "www"
|
||||||
},
|
},
|
||||||
"scripts" : {
|
"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-catalog": "bin/phpunit --coverage-php coverage/catalog.cov --testsuite catalog-tests --colors=always",
|
||||||
"test": [
|
"test": [
|
||||||
"@test-admin",
|
"@test-admin",
|
||||||
|
Loading…
Reference in New Issue
Block a user