public function RuntimeTest::testVersionCanBeRetrieved in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
SebastianBergmann\EnvironmentCode
public function testVersionCanBeRetrieved() {
$this
->assertInternalType('string', $this->env
->getVersion());
}