getLookupPrefixes() public static method

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