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/
H A DJUnit.php76 protected $currentTestCase = null; variable in PHPUnit_Util_Log_JUnit
177 $this->currentTestCase->appendChild($error);
205 $this->currentTestCase->appendChild($error);
233 $this->currentTestCase->appendChild($error);
341 $this->currentTestCase = $testCase;
357 $this->currentTestCase->setAttribute(
363 $this->currentTestCase->setAttribute(
369 $this->currentTestCase
385 $this->currentTestCase = null;
424 if ($this->currentTestCase === null) {
[all …]