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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_registerShippingTest extends SC_Helper_Purchase_TestBase 
    35 { 
     34class SC_Helper_Purchase_registerShippingTest extends SC_Helper_Purchase_TestBase { 
    3635 
    37   protected function setUp() 
    38   { 
     36  protected function setUp() { 
    3937    parent::setUp(); 
    4038    $this->setUpShippingOnDb(); 
    4139  } 
    4240 
    43   protected function tearDown() 
    44   { 
     41  protected function tearDown() { 
    4542    parent::tearDown(); 
    4643  } 
    4744 
    4845  ///////////////////////////////////////// 
    49   public function testRegisterShipping_元々存在しない受注IDの場合_新規にデータが作られる() 
    50   { 
     46  public function testRegisterShipping_元々存在しない受注IDの場合_新規にデータが作られる() { 
    5147    $order_id = '10'; 
    5248    $arrParams = array( 
     
    8581  } 
    8682 
    87   public function testRegisterShipping_元々存在する受注IDの場合_既存のデータが置き換えられる() 
    88   { 
     83  public function testRegisterShipping_元々存在する受注IDの場合_既存のデータが置き換えられる() { 
    8984    $order_id = '2'; 
    9085    $arrParams = array( 
     
    123118  } 
    124119 
    125   public function testRegisterShipping_配送日付が空の場合_エラーが起きず変換処理がスキップされる() 
    126   { 
     120  public function testRegisterShipping_配送日付が空の場合_エラーが起きず変換処理がスキップされる() { 
    127121    $order_id = '2'; 
    128122    $arrParams = array( 
     
    161155  } 
    162156 
    163   public function testRegisterShipping_非会員購入の場合_配送IDが設定される() 
    164   { 
     157  public function testRegisterShipping_非会員購入の場合_配送IDが設定される() { 
    165158    $order_id = '2'; 
    166159    $arrParams = array( 
Note: See TracChangeset for help on using the changeset viewer.