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/helper/SC_Helper_Purchase/SC_Helper_Purchase_getOrderTest.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_getOrderTest extends SC_Helper_Purchase_TestBase 
    35 { 
     34class SC_Helper_Purchase_getOrderTest extends SC_Helper_Purchase_TestBase { 
    3635 
    3736 
    38   protected function setUp() 
    39   { 
     37  protected function setUp() { 
    4038    parent::setUp(); 
    4139    $this->setUpOrder(); 
    4240  } 
    4341 
    44   protected function tearDown() 
    45   { 
     42  protected function tearDown() { 
    4643    parent::tearDown(); 
    4744  } 
    4845 
    4946  ///////////////////////////////////////// 
    50   public function testGetOrder_存在しない受注IDを指定した場合_結果が空になる() 
    51   { 
     47  public function testGetOrder_存在しない受注IDを指定した場合_結果が空になる() { 
    5248    $order_id = '9999'; 
    5349 
     
    5854  } 
    5955 
    60   public function testGetOrder_存在しない顧客IDを指定した場合_結果が空になる() 
    61   { 
     56  public function testGetOrder_存在しない顧客IDを指定した場合_結果が空になる() { 
    6257    $order_id = '1002'; 
    6358    $customer_id = '9999'; 
     
    6964  } 
    7065 
    71   public function testGetOrder_顧客IDを指定しなかった場合_受注IDに対応する結果が取得できる() 
    72   { 
     66  public function testGetOrder_顧客IDを指定しなかった場合_受注IDに対応する結果が取得できる() { 
    7367    $order_id = '1002'; 
    7468 
     
    8478  } 
    8579 
    86   public function testGetOrder_存在する顧客IDを指定した場合_対応する結果が取得できる() 
    87   { 
     80  public function testGetOrder_存在する顧客IDを指定した場合_対応する結果が取得できる() { 
    8881    $order_id = '1002'; 
    8982    $customer_id = '1002'; 
Note: See TracChangeset for help on using the changeset viewer.