You are here

public function RuntimeTest::testCanBeDetected in Zircon Profile 8

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

@covers \SebastianBergmann\Environment\Runtime::isHHVM

File

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

Class

RuntimeTest

Namespace

SebastianBergmann\Environment

Code

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