Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/SC_SiteSession/SC_SiteSession_unsetUniqIdTest.php

    r22567 r22796  
    2525require_once($HOME . "/tests/class/Common_TestCase.php"); 
    2626 
    27 class SC_Session_unsetUniqIdTest extends Common_TestCase 
    28 { 
     27class SC_Session_unsetUniqIdTest extends Common_TestCase { 
    2928 
    30     protected function setUp() 
    31     { 
     29    protected function setUp() { 
    3230        parent::setUp(); 
    3331        $this->objSiteSession = new SC_SiteSession_Ex(); 
    3432    } 
    3533 
    36     protected function tearDown() 
    37     { 
     34    protected function tearDown() { 
    3835        parent::tearDown(); 
    3936    } 
     
    4138    ///////////////////////////////////////// 
    4239 
    43     public function testUnsetUniqId_uniqIDを解除する() 
    44     { 
     40    public function testUnsetUniqId_uniqIDを解除する() { 
    4541        $_SESSION['site']['uniqid'] = '1234567890'; 
    4642        $this->objSiteSession->unsetUniqId(); 
Note: See TracChangeset for help on using the changeset viewer.