You are here

public function RuntimeTest::testXdebugCanBeDetected in Zircon Profile 8

Same name and namespace in other branches
  1. 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

RuntimeTest

Namespace

SebastianBergmann\Environment

Code

public function testXdebugCanBeDetected() {
  $this
    ->assertInternalType('boolean', $this->env
    ->hasXdebug());
}