public function testLanguage()
 {
     $this->assertRegExp('/^[a-z]{2}$/', Miscellaneous::languageCode());
 }
Exemplo n.º 2
0
 public function testCurrencyCode()
 {
     $this->assertRegExp('/^[A-Z]{3}$/', Miscellaneous::currencyCode());
 }