getLookupPrefixes() public static method

public static getLookupPrefixes ( )
コード例 #1
0
ファイル: UtilsTest.php プロジェクト: bensb/phpbrew
 public function testLookupPrefix()
 {
     ok(Utils::getLookupPrefixes());
 }
コード例 #2
0
ファイル: UtilsTest.php プロジェクト: phpbrew/phpbrew
 public function testLookupPrefix()
 {
     $this->assertNotEmpty(Utils::getLookupPrefixes());
 }