Changeset 22796 for branches/version-2_12-dev/tests/class/SC_SiteSession/SC_SiteSession_setUniqIdTest.php
- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/tests/class/SC_SiteSession/SC_SiteSession_setUniqIdTest.php
r22567 r22796 25 25 require_once($HOME . "/tests/class/Common_TestCase.php"); 26 26 27 class SC_Session_setUniqIdTest extends Common_TestCase 28 { 27 class SC_Session_setUniqIdTest extends Common_TestCase { 29 28 30 protected function setUp() 31 { 29 protected function setUp() { 32 30 parent::setUp(); 33 31 $this->objSiteSession = new SC_SiteSession_Ex(); 34 32 } 35 33 36 protected function tearDown() 37 { 34 protected function tearDown() { 38 35 parent::tearDown(); 39 36 } … … 41 38 ///////////////////////////////////////// 42 39 43 public function testSetUniqId_ユニークなID設定する() 44 { 40 public function testSetUniqId_ユニークなID設定する() { 45 41 $this->objSiteSession->setUniqId(); 46 42 $this->assertNotEmpty($_SESSION['site']['uniqid'], 'ユニークID');
Note: See TracChangeset
for help on using the changeset viewer.
