getLookupPrefixes() public static method

public static getLookupPrefixes ( )
Beispiel #1
0
 public function testLookupPrefix()
 {
     ok(Utils::getLookupPrefixes());
 }
Beispiel #2
0
 public function testLookupPrefix()
 {
     $this->assertNotEmpty(Utils::getLookupPrefixes());
 }