From b29b4e1a51652ef57c5ce741c4f5e015a82f08df Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 18 Feb 2020 18:01:27 +0300 Subject: [PATCH] fix for coverage --- composer.json | 7 +------ phpunit.xml.dist | 7 ++----- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index d9269cb..13a09e2 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,7 @@ "opencart-dir" : "www" }, "scripts" : { - "test-admin": "bin/phpunit --testsuite admin-tests --colors=always", - "test-catalog": "bin/phpunit --testsuite catalog-tests --colors=always", - "test": [ - "@test-admin", - "@test-catalog" - ], + "test": "bin/phpunit --testsuite tests --colors=always", "setup" : "bin/robo --load-from tests/RoboFile.php opencart:setup" } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4990776..43dc74b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,11 +10,8 @@ stopOnFailure="false" syntaxCheck="false"> - - ./tests/catalog/ - - - ./tests/admin/ + + ./tests/