Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance
456 $test_files = array(); variable775 $test_files = array_merge($test_files, $pattern_match); variable781 $test_files[] = $testfile;796 $test_files = array_unique($test_files); variable797 $test_files = array_merge($test_files, $redir_tests); variable800 $test_cnt = count($test_files);858 $test_files = array(); variable913 $test_files[] = $testfile;947 $test_files = array_unique($test_files); variable953 $test_cnt = count($test_files);[all …]
428 public $test_files = array(); variable in testHarness790 $this->test_files[] = $dir;793 usort($this->test_files,array($this,"test_sort"));794 $this->writemsg("found ".count($this->test_files)." files\n");805 foreach ($this->test_files as $file) {820 $this->test_files = $files;849 $this->test_files[] = $testfile;881 foreach ($this->test_files as $name) {
Completed in 13 milliseconds