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/
DJUnit.php71 protected $testSuiteLevel = 0; variable in PHPUnit_Util_Log_JUnit
124 $this->testSuiteErrors[$this->testSuiteLevel]++;
141 $this->testSuiteFailures[$this->testSuiteLevel]++;
154 $this->testSuiteFailures[$this->testSuiteLevel]++;
179 $this->testSuiteErrors[$this->testSuiteLevel]++;
207 $this->testSuiteErrors[$this->testSuiteLevel]++;
235 $this->testSuiteErrors[$this->testSuiteLevel]++;
260 if ($this->testSuiteLevel > 0) {
261 $this->testSuites[$this->testSuiteLevel]->appendChild($testSuite);
266 $this->testSuiteLevel++;
[all …]
DTAP.php25 protected $testSuiteLevel = 0; variable in PHPUnit_Util_Log_TAP
170 $this->testSuiteLevel++;
180 $this->testSuiteLevel--;
182 if ($this->testSuiteLevel == 0) {