Home
last modified time | relevance | path

Searched refs:testSuiteLevel (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php71 protected $testSuiteLevel = 0; variable in PHPUnit_Util_Log_JUnit
124 $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 …]
H A DTAP.php25 protected $testSuiteLevel = 0; variable in PHPUnit_Util_Log_TAP
170 $this->testSuiteLevel++;
180 $this->testSuiteLevel--;
182 if ($this->testSuiteLevel == 0) {