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/test/class/helper/SC_Helper_Address_Test.php

    r22565 r22567  
    5757    } 
    5858 
    59     function testRegistAddress() { 
     59    function testRegistAddress() 
     60    { 
    6061        // ダミーの住所を登録 
    6162        $sqlval = $this->dummy; 
     
    8485     * @depends testSave 
    8586     */ 
    86     function testGetAddress() { 
     87    function testGetAddress() 
     88    { 
    8789        // testSave のテストが通っていること前提 
    8890        $sqlval = $this->dummy; 
     
    106108     * @depends testSave 
    107109     */ 
    108     function testGetList() { 
     110    function testGetList() 
     111    { 
    109112        // testSave のテストが通っていること前提 
    110113        $sqlval = $this->dummy; 
     
    132135     * @depends testSave 
    133136     */ 
    134     function testDeleteAddress() { 
     137    function testDeleteAddress() 
     138    { 
    135139        // testSave のテストが通っていること前提 
    136140        $sqlval = $this->dummy; 
Note: See TracChangeset for help on using the changeset viewer.