Changeset 22960 for branches/version-2_13-dev/tests/class/util/SC_Utils
- Timestamp:
- 2013/07/08 23:56:17 (13 years ago)
- Location:
- branches/version-2_13-dev/tests/class/util/SC_Utils
- Files:
-
- 6 edited
-
SC_Utils_arrayDefineIndexesTest.php (modified) (1 diff)
-
SC_Utils_isBlankTest.php (modified) (1 diff)
-
SC_Utils_sfDispDBDateTest.php (modified) (1 diff)
-
SC_Utils_sfGetTimestampTest.php (modified) (1 diff)
-
SC_Utils_sfGetUniqRandomIdTest.php (modified) (1 diff)
-
SC_Utils_sfRmDupSlashTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_arrayDefineIndexesTest.php
r22857 r22960 47 47 48 48 ///////////////////////////////////////// 49 public function testArrayDefineIndexes_チェック対象のキーが すべて存在する場合_配列に変化がない()49 public function testArrayDefineIndexes_チェック対象のキーが全て存在する場合_配列に変化がない() 50 50 { 51 51 $input_array = array('apple' => 'りんご', 'banana' => 'バナナ', 'orange' => 'オレンジ'); -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_isBlankTest.php
r22857 r22960 131 131 } 132 132 133 public function testIsBlank_ すべてのホワイトスペースを並べた場合_trueが返る()133 public function testIsBlank_全てのホワイトスペースを並べた場合_trueが返る() 134 134 { 135 135 $input = " \t \n\r\x0B\0"; -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfDispDBDateTest.php
r22857 r22960 74 74 $this->verify(); 75 75 } 76 public function testSfDispDBDate_年月日 すべて存在する場合_フォーマット済み文字列が返る()76 public function testSfDispDBDate_年月日全て存在する場合_フォーマット済み文字列が返る() 77 77 { 78 78 $dbdate = '2012-1-23 1:12:24'; -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfGetTimestampTest.php
r22857 r22960 80 80 } 81 81 82 public function testSfGetTimestamp_年月日 すべて設定されている場合_連結された文字列が返る()82 public function testSfGetTimestamp_年月日全て設定されている場合_連結された文字列が返る() 83 83 { 84 84 $year = '1999'; -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfGetUniqRandomIdTest.php
r22857 r22960 27 27 /** 28 28 * SC_Utils::sfGetUniqRandomId()のテストクラス. 29 * ランダムな生成結果を すべてテストすることはできないため,29 * ランダムな生成結果を全てテストすることはできないため, 30 30 * 文字数とランダム性のみをチェックする. 31 31 * -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfRmDupSlashTest.php
r22857 r22960 65 65 } 66 66 67 public function testSfRmDupSlash_上記以外の場合_ すべての重複スラッシュが1つになる()67 public function testSfRmDupSlash_上記以外の場合_全ての重複スラッシュが1つになる() 68 68 { 69 69 $input = 'hoge//www.example.co.jp///aaa//bb/co.php';
Note: See TracChangeset
for help on using the changeset viewer.
