getNameWithVersion() public static method

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