Searched refs:testSuiteLevel (Results 1 – 2 of 2) sorted by relevance
71 protected $testSuiteLevel = 0; variable in PHPUnit_Util_Log_JUnit124 $this->testSuiteErrors[$this->testSuiteLevel]++;260 if ($this->testSuiteLevel > 0) {266 $this->testSuiteLevel++;307 if ($this->testSuiteLevel > 1) {308 …$this->testSuiteTests[$this->testSuiteLevel - 1] += $this->testSuiteTests[$this->testSuiteLev…309 …$this->testSuiteAssertions[$this->testSuiteLevel - 1] += $this->testSuiteAssertions[$this->testSui…310 …$this->testSuiteErrors[$this->testSuiteLevel - 1] += $this->testSuiteErrors[$this->testSuiteLe…311 …$this->testSuiteFailures[$this->testSuiteLevel - 1] += $this->testSuiteFailures[$this->testSuite…312 …$this->testSuiteTimes[$this->testSuiteLevel - 1] += $this->testSuiteTimes[$this->testSuiteLev…[all …]
25 protected $testSuiteLevel = 0; variable in PHPUnit_Util_Log_TAP170 $this->testSuiteLevel++;180 $this->testSuiteLevel--;182 if ($this->testSuiteLevel == 0) {