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_Date/SC_Date_getZeroMonthTest.php

    r22567 r22796  
    2525require_once($HOME . "/tests/class/Common_TestCase.php"); 
    2626 
    27 class SC_Date_getZeroMonthTest extends Common_TestCase 
    28 { 
     27class SC_Date_getZeroMonthTest extends Common_TestCase { 
    2928 
    30     protected function setUp() 
    31     { 
     29    protected function setUp() { 
    3230        parent::setUp(); 
    3331        $this->objDate = new SC_Date_Ex(); 
    3432    } 
    3533 
    36     protected function tearDown() 
    37     { 
     34    protected function tearDown() { 
    3835        parent::tearDown(); 
    3936    } 
     
    4138    ///////////////////////////////////////// 
    4239 
    43     public function testGetZeroMonth_要素の数が12の配列を返す() 
    44     { 
     40    public function testGetZeroMonth_要素の数が12の配列を返す() { 
    4541        $this->expected = 12; 
    4642        $this->actual = count($this->objDate->getZeroMonth()); 
     
    4945    } 
    5046 
    51     public function testGetZeroMonth_0をつけた月の配列を返す() 
    52     { 
     47    public function testGetZeroMonth_0をつけた月の配列を返す() { 
    5348        $this->expected = array('01'=>'01','02'=>'02','03'=>'03' 
    5449                                ,'04'=>'04','05'=>'05','06'=>'06' 
Note: See TracChangeset for help on using the changeset viewer.