Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance
488 $test_files = array(); variable807 $test_files = array_merge($test_files, $pattern_match); variable813 $test_files[] = $testfile;828 $test_files = array_unique($test_files); variable829 $test_files = array_merge($test_files, $redir_tests); variable832 $test_cnt = count($test_files);888 $test_files = array(); variable943 $test_files[] = $testfile;977 $test_files = array_unique($test_files); variable983 $test_cnt = count($test_files);[all …]
436 public $test_files = array(); variable in testHarness802 $this->test_files[] = $dir;805 usort($this->test_files,array($this,"test_sort"));806 $this->writemsg("found ".count($this->test_files)." files\n");817 foreach ($this->test_files as $file) {832 $this->test_files = $files;861 $this->test_files[] = $testfile;893 foreach ($this->test_files as $name) {
Completed in 12 milliseconds