You are here

public function RuntimeTest::testCanBeDetected2 in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/environment/tests/RuntimeTest.php \SebastianBergmann\Environment\RuntimeTest::testCanBeDetected2()

@covers \SebastianBergmann\Environment\Runtime::isPHP @uses \SebastianBergmann\Environment\Runtime::isHHVM

File

vendor/sebastian/environment/tests/RuntimeTest.php, line 59

Class

RuntimeTest

Namespace

SebastianBergmann\Environment

Code

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