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