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_sfGetErrorColorTest.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Utils_sfGetErrorColorTest extends Common_TestCase 
    35 { 
     34class SC_Utils_sfGetErrorColorTest 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  } 
     
    4845  ///////////////////////////////////////// 
    4946  // TODO 要確認 実際には使われていない? 
    50   public function testSfGetErrorColor_引数が空でない場合_背景色変更用の文字列が返る() 
    51   { 
     47  public function testSfGetErrorColor_引数が空でない場合_背景色変更用の文字列が返る() { 
    5248     
    5349    $this->expected = 'background-color:#ffe8e8'; 
     
    5753  } 
    5854 
    59   public function testSfGetErrorColor_引数が空の場合_0バイト文字列が返る() 
    60   { 
     55  public function testSfGetErrorColor_引数が空の場合_0バイト文字列が返る() { 
    6156     
    6257    $this->expected = ''; 
Note: See TracChangeset for help on using the changeset viewer.