Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php31 protected $logIncompleteSkipped = false; variable in PHPUnit_Util_Log_JUnit
87 * @param bool $logIncompleteSkipped
89 public function __construct($out = null, $logIncompleteSkipped = false) argument
99 $this->logIncompleteSkipped = $logIncompleteSkipped;
136 if (!$this->logIncompleteSkipped) {
166 if ($this->logIncompleteSkipped && $this->currentTestCase !== null) {
194 if ($this->logIncompleteSkipped && $this->currentTestCase !== null) {
222 if ($this->logIncompleteSkipped && $this->currentTestCase !== null) {