public function RuntimeTest::testXdebugCanBeDetected in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/sebastian/environment/tests/RuntimeTest.php \SebastianBergmann\Environment\RuntimeTest::testXdebugCanBeDetected()
@covers \SebastianBergmann\Environment\Runtime::hasXdebug @uses \SebastianBergmann\Environment\Runtime::isHHVM @uses \SebastianBergmann\Environment\Runtime::isPHP
File
- vendor/
sebastian/ environment/ tests/ RuntimeTest.php, line 69
Class
Namespace
SebastianBergmann\EnvironmentCode
public function testXdebugCanBeDetected() {
$this
->assertInternalType('boolean', $this->env
->hasXdebug());
}