You are here

public function RuntimeTest::testVendorUrlCanBeRetrieved in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

RuntimeTest

Namespace

SebastianBergmann\Environment

Code

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