getLookupPrefixes() public static method

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