コード例 #1
0
ファイル: utf8Test.php プロジェクト: Crease29/oxideshop_ce
 public function testOxUtilsIsValidAlpha()
 {
     $sValue = 'agentūЛитовfür';
     $oUtils = new oxUtils();
     // field names have no utf
     $this->assertFalse($oUtils->isValidAlpha($sValue));
 }