Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance
479 $test_files = array(); variable806 $test_files = array_merge($test_files, $pattern_match); variable812 $test_files[] = $testfile;827 $test_files = array_unique($test_files); variable828 $test_files = array_merge($test_files, $redir_tests); variable831 $test_cnt = count($test_files);893 $test_files = array(); variable948 $test_files[] = $testfile;982 $test_files = array_unique($test_files); variable988 $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 15 milliseconds