Changeset 22567 for branches/version-2_12-dev/tests/class/SC_SiteSession/SC_SiteSession_unsetUniqIdTest.php
- Timestamp:
- 2013/02/18 19:09:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/tests/class/SC_SiteSession/SC_SiteSession_unsetUniqIdTest.php
r22206 r22567 25 25 require_once($HOME . "/tests/class/Common_TestCase.php"); 26 26 27 class SC_Session_unsetUniqIdTest extends Common_TestCase { 27 class SC_Session_unsetUniqIdTest extends Common_TestCase 28 { 28 29 29 protected function setUp() { 30 protected function setUp() 31 { 30 32 parent::setUp(); 31 33 $this->objSiteSession = new SC_SiteSession_Ex(); 32 34 } 33 35 34 protected function tearDown() { 36 protected function tearDown() 37 { 35 38 parent::tearDown(); 36 39 } … … 38 41 ///////////////////////////////////////// 39 42 40 public function testUnsetUniqId_uniqIDを解除する() { 43 public function testUnsetUniqId_uniqIDを解除する() 44 { 41 45 $_SESSION['site']['uniqid'] = '1234567890'; 42 46 $this->objSiteSession->unsetUniqId();
Note: See TracChangeset
for help on using the changeset viewer.
