getVendorUrl() public static method

Deprecation:
public static getVendorUrl ( ) : string
return string
示例#1
0
文件: EnvTest.php 项目: jbzoo/utils
 /**
  * @covers JBZoo\Utils\Env::getVendorUrl
  * @uses   JBZoo\Utils\Env::isHHVM
  */
 public function testVendorUrlCanBeRetrieved()
 {
     $this->assertInternalType('string', Env::getVendorUrl());
 }