Skip to content

Commit

Permalink
Fix NUM_*_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Apr 2, 2019
1 parent ec82758 commit 25f9d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/class/SC_FormParamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,10 @@ public function testCheckErrorWithArrCHeck()
'MOBILE_EMAIL_CHECK_key' => '※ MOBILE_EMAIL_CHECKは携帯電話のものではありません。',
'MIN_LENGTH_CHECK_key' => '※ MIN_LENGTH_CHECKは50字以上で入力してください。',
'KANABLANK_CHECK_key' => '※ KANABLANK_CHECKはカタカナで入力してください。',
'NUM_POINT_CHECK_key' => '※ NUM_POINT_CHECKは数字で入力してください。',
'FILE_EXISTS_key' => '※ FILE_EXISTSのファイルが存在しません。',
'DOWN_FILE_EXISTS_key' => '※ DOWN_FILE_EXISTSのファイルが存在しません。',
'XXXXXXXXXX_key' => '※※ エラーチェック形式(XXXXXXXXXX)には対応していません ※※ ',
'NUM_COUNT_CHECK_key' => '※ NUM_COUNT_CHECKは50桁で入力して下さい。'
];
$this->actual = @$this->objFormParam->checkError(false);
$this->verify();
Expand Down

0 comments on commit 25f9d67

Please sign in to comment.