Ignore:
Timestamp:
2013/02/18 19:09:54 (11 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/util/SC_Utils/SC_Utils_sfPrintRTest.php

    r22206 r22567  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Utils_sfPrintRTest extends Common_TestCase { 
     34class SC_Utils_sfPrintRTest extends Common_TestCase 
     35{ 
    3536 
    3637 
    37   protected function setUp() { 
     38  protected function setUp() 
     39  { 
    3840    // parent::setUp(); 
    3941  } 
    4042 
    41   protected function tearDown() { 
     43  protected function tearDown() 
     44  { 
    4245    // parent::tearDown(); 
    4346  } 
     
    4649  // TODO 環境により出力形式が異なるため、テスト不可(デバッグ用なので、テストしなくてもよさそう) 
    4750  /** 
    48   public function testSfPrintR__指定したオブジェクトの情報が出力される() { 
     51  public function testSfPrintR__指定したオブジェクトの情報が出力される() 
     52  { 
    4953    $output = '<div style="font-size: 12px;color: #00FF00;">' . "\n" 
    5054      . '<strong>**デバッグ中**</strong><br />' . "\n" 
Note: See TracChangeset for help on using the changeset viewer.