comparison core/scripts/run-tests.sh @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
46 } 46 }
47 47
48 simpletest_script_init(); 48 simpletest_script_init();
49 49
50 if (!class_exists(TestCase::class)) { 50 if (!class_exists(TestCase::class)) {
51 echo "\nrun-tests.sh requires the PHPUnit testing framework. Please use 'composer install --dev' to ensure that it is present.\n\n"; 51 echo "\nrun-tests.sh requires the PHPUnit testing framework. Please use 'composer install' to ensure that it is present.\n\n";
52 exit(SIMPLETEST_SCRIPT_EXIT_FAILURE); 52 exit(SIMPLETEST_SCRIPT_EXIT_FAILURE);
53 } 53 }
54 54
55 if ($args['execute-test']) { 55 if ($args['execute-test']) {
56 simpletest_script_setup_database(); 56 simpletest_script_setup_database();