Loading core/scripts/run-tests.sh +3 −3 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ echo "\nAvailable test groups & classes\n"; echo "-------------------------------\n\n"; $test_discovery = new TestDiscovery( \Drupal::service('app.root'), \Drupal::root(), \Drupal::service('class_loader') ); try { Loading Loading @@ -100,7 +100,7 @@ if ($args['list-files'] || $args['list-files-json']) { // List all files which could be run as tests. $test_discovery = new TestDiscovery( \Drupal::service('app.root'), \Drupal::root(), \Drupal::service('class_loader') ); // TestDiscovery::findAllClassFiles() gives us a classmap similar to a Loading Loading @@ -1024,7 +1024,7 @@ function simpletest_script_get_test_list() { global $args; $test_discovery = new TestDiscovery( \Drupal::service('app.root'), \Drupal::root(), \Drupal::service('class_loader') ); $types_processed = empty($args['types']); Loading Loading
core/scripts/run-tests.sh +3 −3 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ echo "\nAvailable test groups & classes\n"; echo "-------------------------------\n\n"; $test_discovery = new TestDiscovery( \Drupal::service('app.root'), \Drupal::root(), \Drupal::service('class_loader') ); try { Loading Loading @@ -100,7 +100,7 @@ if ($args['list-files'] || $args['list-files-json']) { // List all files which could be run as tests. $test_discovery = new TestDiscovery( \Drupal::service('app.root'), \Drupal::root(), \Drupal::service('class_loader') ); // TestDiscovery::findAllClassFiles() gives us a classmap similar to a Loading Loading @@ -1024,7 +1024,7 @@ function simpletest_script_get_test_list() { global $args; $test_discovery = new TestDiscovery( \Drupal::service('app.root'), \Drupal::root(), \Drupal::service('class_loader') ); $types_processed = empty($args['types']); Loading