From 3da67da5b895927c230b81f269fe0962704f1c01 Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Tue, 22 Oct 2024 16:29:21 +0200 Subject: [PATCH] Correct test commands in 7.3 shop recipe --- shop/b-7.3.x-apex-dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/b-7.3.x-apex-dev.sh b/shop/b-7.3.x-apex-dev.sh index 192ca05..b8e7576 100755 --- a/shop/b-7.3.x-apex-dev.sh +++ b/shop/b-7.3.x-apex-dev.sh @@ -51,7 +51,7 @@ echo "Done!" # after tests were executed sometimes reseting the db or cache is needed # afterwards -# unit tests: test --testsuite Unit -# integration tests: test --testsuite Integration +# unit tests: vendor/bin/phpunit --testsuite Unit +# integration tests: vendor/bin/phpunit --testsuite Integration # codeception tests: SELENIUM_SERVER_HOST=selenium BROWSER_NAME=chrome THEME_ID=apex vendor/bin/codecept run -c tests/codeception.yml -g xyz # can be executed \ No newline at end of file