Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance
446 $test_files = array(); variable762 $test_files = array_merge($test_files, $pattern_match); variable768 $test_files[] = $testfile;783 $test_files = array_unique($test_files); variable784 $test_files = array_merge($test_files, $redir_tests); variable787 $test_cnt = count($test_files);845 $test_files = array(); variable900 $test_files[] = $testfile;934 $test_files = array_unique($test_files); variable940 $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 46 milliseconds