Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance
367 $test_files = [];673 $test_files = array_merge($test_files, $pattern_match);709 $test_files = array_unique($test_files);710 $test_files = array_merge($test_files, $redir_tests);751 $test_files = [];778 $test_files = array_unique($test_files);1326 $test_files = array_filter($test_files, function($test) {1441 $test_files = array_reverse($test_files);1445 shuffle($test_files);1597 $test_files = array_merge($test_files, $sequentialTests);[all …]
344 $test_files = glob($options['skel'] . 'tests/*', GLOB_MARK);346 if (!$test_files) {350 foreach ($test_files as $test) {
Completed in 11 milliseconds