Searched refs:_tests (Results 1 – 3 of 3) sorted by relevance
100 var $_tests = array(); variable in PHPUnit_TestSuite122 $this->_tests[] = &$test;159 foreach ($this->_tests as $test) {183 for ($i = 0; $i < sizeof($this->_tests) && !$result->shouldStop(); $i++) {184 $this->_tests[$i]->run($result);217 if (isset($this->_tests[$index])) {218 return $this->_tests[$index];231 return sizeof($this->_tests);241 return $this->_tests;
38 private $_tests = 0; variable in PHP_CodeSniffer_Reports_Junit62 $this->_tests++;64 $this->_tests += ($report['errors'] + $report['warnings']);142 …ites name="PHP_CodeSniffer '.PHP_CodeSniffer::VERSION.'" tests="'.$this->_tests.'" failures="'.$fa…
83 protected $_tests = null; variable in Hoa\\Compiler\\Llk\\Sampler\\Coverage148 $this->_tests = [];216 $this->_tests[] = $this->_trace;469 foreach ($this->_tests as $test) {