getLookupPrefixes() 공개 정적인 메소드

public static getLookupPrefixes ( )
예제 #1
0
파일: UtilsTest.php 프로젝트: bensb/phpbrew
 public function testLookupPrefix()
 {
     ok(Utils::getLookupPrefixes());
 }
예제 #2
0
 public function testLookupPrefix()
 {
     $this->assertNotEmpty(Utils::getLookupPrefixes());
 }