- 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_Date/SC_Date_getZeroMonthTest.php
r22206 r22567 25 25 require_once($HOME . "/tests/class/Common_TestCase.php"); 26 26 27 class SC_Date_getZeroMonthTest extends Common_TestCase { 27 class SC_Date_getZeroMonthTest extends Common_TestCase 28 { 28 29 29 protected function setUp() { 30 protected function setUp() 31 { 30 32 parent::setUp(); 31 33 $this->objDate = new SC_Date_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 testGetZeroMonth_要素の数が12の配列を返す() { 43 public function testGetZeroMonth_要素の数が12の配列を返す() 44 { 41 45 $this->expected = 12; 42 46 $this->actual = count($this->objDate->getZeroMonth()); … … 45 49 } 46 50 47 public function testGetZeroMonth_0をつけた月の配列を返す() { 51 public function testGetZeroMonth_0をつけた月の配列を返す() 52 { 48 53 $this->expected = array('01'=>'01','02'=>'02','03'=>'03' 49 54 ,'04'=>'04','05'=>'05','06'=>'06'
Note: See TracChangeset
for help on using the changeset viewer.
