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