mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-01 20:36:14 +03:00
fix test script
This commit is contained in:
parent
dc9458f434
commit
74a36756f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue