Ignore:
Timestamp:
2014/02/05 22:39:08 (10 years ago)
Author:
kimoto
Message:

#2503 apply_dateが登録されない問題

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/tests/class/helper/SC_Helper_TaxRule/SC_Helper_TaxRule_getTaxRuleTest.php

    r23333 r23339  
    1313        parent::setUp(); 
    1414        $this->objTaxRule = new SC_Helper_TaxRule_Ex(); 
     15        $this->setUpTax(); 
    1516    } 
    1617 
     
    3738    public function 引数がからの場合税率設定で設定かつ適用日時内の最新の値が返される() 
    3839    { 
    39         $this->setUpTax(); 
    4040        $this->expected = array( 
    4141            'apply_date' => '2014-01-01 00:00:00', 
     
    6363    public function 商品idを指定した場合税率設定で設定かつ適用日時内の最新の値が返される() 
    6464    { 
    65         $this->setUpTax(); 
    6665        $this->expected = array( 
    6766            'apply_date' => '2014-01-01 00:00:00', 
     
    8988    public function 商品規格idを指定した場合税率設定で設定かつ適用日時内の最新の値が返される() 
    9089    { 
    91         $this->setUpTax(); 
    9290        $this->expected = array( 
    9391            'apply_date' => '2014-02-03 00:00:00', 
Note: See TracChangeset for help on using the changeset viewer.