Searched refs:hasXdebug (Results 1 – 5 of 5) sorted by relevance
31 return $this->hasXdebug() || $this->hasPHPDBGCodeCoverage();149 public function hasXdebug() function in SebastianBergmann\\Environment\\Runtime
75 $this->assertInternalType('boolean', $this->env->hasXdebug());
32 var_dump($runtime->hasXdebug());
289 if ($runtime->hasXdebug() && !$runtime->hasPHPDBGCodeCoverage()) {
274 if ($this->runtime->hasXdebug()) {