Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance
451 $test_files = array(); variable767 $test_files = array_merge($test_files, $pattern_match); variable773 $test_files[] = $testfile;788 $test_files = array_unique($test_files); variable789 $test_files = array_merge($test_files, $redir_tests); variable792 $test_cnt = count($test_files);848 $test_files = array(); variable903 $test_files[] = $testfile;937 $test_files = array_unique($test_files); variable943 $test_cnt = count($test_files);[all …]
436 public $test_files = array(); variable in testHarness803 $this->test_files[] = $dir;806 usort($this->test_files,array($this,"test_sort"));807 $this->writemsg("found ".count($this->test_files)." files\n");818 foreach ($this->test_files as $file) {833 $this->test_files = $files;862 $this->test_files[] = $testfile;894 foreach ($this->test_files as $name) {
Completed in 12 milliseconds