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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Utils_sfTrimTest extends Common_TestCase 
    35 { 
     34class SC_Utils_sfTrimTest extends Common_TestCase { 
    3635 
    37   protected function setUp() 
    38   { 
     36  protected function setUp() { 
    3937    parent::setUp(); 
    4038  } 
    4139 
    42   protected function tearDown() 
    43   { 
     40  protected function tearDown() { 
    4441    parent::tearDown(); 
    4542  } 
    4643 
    4744  ///////////////////////////////////////// 
    48   public function testSfTrim_文頭と途中にホワイトスペースがある場合_文頭だけが除去できる() 
    49   { 
     45  public function testSfTrim_文頭と途中にホワイトスペースがある場合_文頭だけが除去できる() { 
    5046    $this->expected = 'あ い うえ' . chr(0x0D) . 'お'; 
    5147    // 0x0A=CR, 0x0d=LF 
     
    5551  } 
    5652   
    57   public function testSfTrim_途中と文末にホワイトスペースがある場合_文末だけが除去できる() 
    58   { 
     53  public function testSfTrim_途中と文末にホワイトスペースがある場合_文末だけが除去できる() { 
    5954    $this->expected = 'あ い うえ' . chr(0x0D) . 'お'; 
    6055    // 0x0A=CR, 0x0d=LF 
Note: See TracChangeset for help on using the changeset viewer.