diff options
Diffstat (limited to 'core/scripts/run-tests.sh')
-rwxr-xr-x | core/scripts/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index 7fbfe54bf28..32f021702f1 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -57,7 +57,7 @@ if ($args['help'] || $count == 0) { simpletest_script_init(); if (!class_exists(TestCase::class)) { - echo "\nrun-tests.sh requires the PHPUnit testing framework. Please use 'composer install' to ensure that it is present.\n\n"; + echo "\nrun-tests.sh requires the PHPUnit testing framework. Use 'composer install' to ensure that it is present.\n\n"; exit(SIMPLETEST_SCRIPT_EXIT_FAILURE); } |