Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php31 return $this->hasXdebug() || $this->hasPHPDBGCodeCoverage();
190 public function hasPHPDBGCodeCoverage() function in SebastianBergmann\\Environment\\Runtime
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php289 if ($runtime->hasXdebug() && !$runtime->hasPHPDBGCodeCoverage()) {