Changeset 23343


Ignore:
Timestamp:
2014/02/08 13:27:38 (10 years ago)
Author:
kimoto
Message:

#2503 add @preserveGlobalState disabled

Location:
branches/version-2_13-dev/tests/class/helper/SC_Helper_TaxRule
Files:
2 edited

Legend:

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

    r23339 r23343  
    8989    { 
    9090        $this->expected = array( 
    91             'apply_date' => '2014-02-03 00:00:00', 
     91            'apply_date' => '2014-01-01 00:00:00', 
    9292            'tax_rate' => '5', 
    9393            'product_id' => '0', 
  • branches/version-2_13-dev/tests/class/helper/SC_Helper_TaxRule/SC_Helper_TaxRule_getTaxRule_OptionProductTaxRuleTest.php

    r23339 r23343  
    2525    /** 
    2626     * @test 
     27     * @runInSeparateProcess 
     28     * @preserveGlobalState disabled 
    2729     */ 
    2830    public function 定数が正しく設定されているかのテスト() 
     
    3537    /** 
    3638     * @test 
     39     * @runInSeparateProcess 
     40     * @preserveGlobalState disabled 
    3741     */ 
    3842    public function 引数がからの場合税率設定で設定かつ適用日時内の最新の値が返される() 
     
    6064    /** 
    6165     * @test 
     66     * @runInSeparateProcess 
     67     * @preserveGlobalState disabled 
    6268     */ 
    6369    public function 商品idを指定した場合商品に設定かつ適用日時内の最新の値が返される() 
     
    8591    /** 
    8692     * @test 
     93     * @runInSeparateProcess 
     94     * @preserveGlobalState disabled 
    8795     */ 
    8896    public function 商品規格idを指定した場合商品に登録かつ適用日時内の最新の値が返される() 
     
    110118    /** 
    111119     * @test 
     120     * @runInSeparateProcess 
     121     * @preserveGlobalState disabled 
    112122     */ 
    113123    public function 商品規格idのみを指定した場合税率設定に登録かつ適用日時内の最新の値が返される() 
Note: See TracChangeset for help on using the changeset viewer.