public function RuntimeTest::testNameAndVersionCanBeRetrieved in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/sebastian/environment/tests/RuntimeTest.php \SebastianBergmann\Environment\RuntimeTest::testNameAndVersionCanBeRetrieved()
@covers \SebastianBergmann\Environment\Runtime::getNameWithVersion @uses \SebastianBergmann\Environment\Runtime::getName @uses \SebastianBergmann\Environment\Runtime::getVersion @uses \SebastianBergmann\Environment\Runtime::isHHVM @uses \SebastianBergmann\Environment\Runtime::isPHP
File
- vendor/
sebastian/ environment/ tests/ RuntimeTest.php, line 81
Class
Namespace
SebastianBergmann\EnvironmentCode
public function testNameAndVersionCanBeRetrieved() {
$this
->assertInternalType('string', $this->env
->getNameWithVersion());
}