Changeset 22845 for branches/version-2_13-dev/tests/class/util/SC_Utils
- Timestamp:
- 2013/05/31 19:02:47 (13 years ago)
- Location:
- branches/version-2_13-dev/tests/class/util/SC_Utils
- Files:
-
- 4 edited
-
SC_Utils_isAppInnerUrlTest.php (modified) (1 diff)
-
SC_Utils_sfGetHashString_authTypePlainTest.php (modified) (1 diff)
-
SC_Utils_sfIsMatchHashPassword_authTypePlainTest.php (modified) (1 diff)
-
SC_Utils_sfPrintRTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_isAppInnerUrlTest.php
r22567 r22845 89 89 90 90 ////////////////////////////////////////// 91 91 public function testDummyTest() { 92 // Warning が出るため空のテストを作成 93 $this->assertTrue(true); 94 } 92 95 } 93 96 -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfGetHashString_authTypePlainTest.php
r22567 r22845 60 60 } 61 61 */ 62 public function testDummyTest() { 63 // Warning が出るため空のテストを作成 64 $this->assertTrue(true); 65 } 62 66 } 63 67 -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfIsMatchHashPassword_authTypePlainTest.php
r22567 r22845 72 72 } 73 73 */ 74 public function testDummyTest() { 75 // Warning が出るため空のテストを作成 76 $this->assertTrue(true); 77 } 74 78 } 75 79 -
branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfPrintRTest.php
r22567 r22845 66 66 */ 67 67 ////////////////////////////////////////// 68 68 public function testDummyTest() { 69 // Warning が出るため空のテストを作成 70 $this->assertTrue(true); 71 } 69 72 } 70 73
Note: See TracChangeset
for help on using the changeset viewer.
