Changeset 23529


Ignore:
Timestamp:
2014/06/05 22:39:27 (10 years ago)
Author:
shutta
Message:

#2509 [共通クラス] SC_CheckError
命名規則に則した関数名に修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/tests/class/SC_CheckError/SC_CheckError_HTML_TAG_CHECKTest.php

    r23528 r23529  
    4343    ///////////////////////////////////////// 
    4444 
    45     public function testHTML_TAG_CHECK_許可されていないhtmlタグが含まれる() 
     45    public function testHTML_TAG_CHECK_許可されていないhtmlタグが含まれる場合_エラー() 
    4646    { 
    4747        $not_allowed_tag = 'script'; 
     
    6767    } 
    6868 
    69     public function testHTML_TAG_CHECK_許可されているhtmlタグが含まれる() 
     69    public function testHTML_TAG_CHECK_許可されているhtmlタグが含まれる場合_エラーではない() 
    7070    { 
    7171        $allowed_tag = 'p'; 
     
    8989    } 
    9090 
    91     public function testHTML_TAG_CHECK_htmlタグが含まれない() 
     91    public function testHTML_TAG_CHECK_htmlタグが含まれない場合_エラーではない() 
    9292    { 
    9393        $disp_name = $this->target_func; 
Note: See TracChangeset for help on using the changeset viewer.