Пример #1
0
 public function testOxUtilsIsValidAlpha()
 {
     $sValue = 'agentūЛитовfür';
     $oUtils = new oxUtils();
     // field names have no utf
     $this->assertFalse($oUtils->isValidAlpha($sValue));
 }