mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 12:43:14 +00:00
Fix path to phpunit
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ source "check_syntax.sh"
|
||||
export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
|
||||
|
||||
# Determine which phpunit to use.
|
||||
if [[ -f "vendor/bin/phpunit" ]]; then
|
||||
phpunit_to_use="vendor/bin/phpunit"
|
||||
if [[ -f "../vendor/bin/phpunit" ]]; then
|
||||
phpunit_to_use="../vendor/bin/phpunit"
|
||||
else
|
||||
phpunit_to_use="phpunit"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user