getVendorUrl() public static method

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