From 07641774461d8fc7d5fe75f8e79a6eff7de34193 Mon Sep 17 00:00:00 2001 From: rexshi Date: Tue, 8 Feb 2022 15:06:08 +0800 Subject: [PATCH] Update run_test.sh --- run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_test.sh b/run_test.sh index 90e3ee1..d3a64da 100755 --- a/run_test.sh +++ b/run_test.sh @@ -1,2 +1,2 @@ #! /bin/bash -/usr/local/php7/bin/php application/libraries/composerlib/vendor/phpunit/phpunit/phpunit --prepend $PWD/tests/bootstrap.php --configuration $PWD/phpunit.xml --coverage-text \ No newline at end of file +php application/libraries/composerlib/vendor/phpunit/phpunit/phpunit --prepend $PWD/tests/bootstrap.php --configuration $PWD/phpunit.xml --coverage-text