Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php31 return $this->hasXdebug() || $this->hasPHPDBGCodeCoverage();
149 public function hasXdebug() function in SebastianBergmann\\Environment\\Runtime
/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
H A DRuntimeTest.php75 $this->assertInternalType('boolean', $this->env->hasXdebug());
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md32 var_dump($runtime->hasXdebug());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php289 if ($runtime->hasXdebug() && !$runtime->hasPHPDBGCodeCoverage()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php274 if ($this->runtime->hasXdebug()) {