You are here

public function RuntimeTest::testVersionCanBeRetrieved in Zircon Profile 8

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

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

File

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

Class

RuntimeTest

Namespace

SebastianBergmann\Environment

Code

public function testVersionCanBeRetrieved() {
  $this
    ->assertInternalType('string', $this->env
    ->getVersion());
}