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/util/SC_Utils/SC_Utils_sfGetTimestampTest.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Utils_sfGetTimestampTest extends Common_TestCase 
    35 { 
     34class SC_Utils_sfGetTimestampTest extends Common_TestCase { 
    3635 
    3736 
    38   protected function setUp() 
    39   { 
     37  protected function setUp() { 
    4038    parent::setUp(); 
    4139  } 
    4240 
    43   protected function tearDown() 
    44   { 
     41  protected function tearDown() { 
    4542    parent::tearDown(); 
    4643  } 
    4744 
    4845  ///////////////////////////////////////// 
    49   public function testSfGetTimestamp_年が設定されていない場合_0バイト文字列が返る() 
    50   { 
     46  public function testSfGetTimestamp_年が設定されていない場合_0バイト文字列が返る() { 
    5147    $year = ''; 
    5248    $month = '10'; 
     
    5854  } 
    5955 
    60   public function testSfGetTimestamp_月が設定されていない場合_0バイト文字列が返る() 
    61   { 
     56  public function testSfGetTimestamp_月が設定されていない場合_0バイト文字列が返る() { 
    6257    $year = '2012'; 
    6358    $month = ''; 
     
    6964  } 
    7065 
    71   public function testSfGetTimestamp_日が設定されていない場合_0バイト文字列が返る() 
    72   { 
     66  public function testSfGetTimestamp_日が設定されていない場合_0バイト文字列が返る() { 
    7367    $year = '1999'; 
    7468    $month = '09'; 
     
    8074  } 
    8175 
    82   public function testSfGetTimestamp_年月日すべて設定されている場合_連結された文字列が返る() 
    83   { 
     76  public function testSfGetTimestamp_年月日すべて設定されている場合_連結された文字列が返る() { 
    8477    $year = '1999'; 
    8578    $month = '09'; 
     
    9285  } 
    9386 
    94   public function testSfGetTimestamp_最終時刻フラグがONの場合_時刻が深夜のものになる() 
    95   { 
     87  public function testSfGetTimestamp_最終時刻フラグがONの場合_時刻が深夜のものになる() { 
    9688    $year = '1999'; 
    9789    $month = '09'; 
Note: See TracChangeset for help on using the changeset viewer.