Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DJUnit.php76 protected $currentTestCase = null; variable in PHPUnit_Util_Log_JUnit
166 if ($this->logIncompleteSkipped && $this->currentTestCase !== null) {
177 $this->currentTestCase->appendChild($error);
194 if ($this->logIncompleteSkipped && $this->currentTestCase !== null) {
205 $this->currentTestCase->appendChild($error);
222 if ($this->logIncompleteSkipped && $this->currentTestCase !== null) {
233 $this->currentTestCase->appendChild($error);
341 $this->currentTestCase = $testCase;
357 $this->currentTestCase->setAttribute(
363 $this->currentTestCase->setAttribute(
[all …]