Changeset 23343
- Timestamp:
- 2014/02/08 13:27:38 (9 years ago)
- 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 89 89 { 90 90 $this->expected = array( 91 'apply_date' => '2014-0 2-0300:00:00',91 'apply_date' => '2014-01-01 00:00:00', 92 92 'tax_rate' => '5', 93 93 'product_id' => '0', -
branches/version-2_13-dev/tests/class/helper/SC_Helper_TaxRule/SC_Helper_TaxRule_getTaxRule_OptionProductTaxRuleTest.php
r23339 r23343 25 25 /** 26 26 * @test 27 * @runInSeparateProcess 28 * @preserveGlobalState disabled 27 29 */ 28 30 public function 定数が正しく設定されているかのテスト() … … 35 37 /** 36 38 * @test 39 * @runInSeparateProcess 40 * @preserveGlobalState disabled 37 41 */ 38 42 public function 引数がからの場合税率設定で設定かつ適用日時内の最新の値が返される() … … 60 64 /** 61 65 * @test 66 * @runInSeparateProcess 67 * @preserveGlobalState disabled 62 68 */ 63 69 public function 商品idを指定した場合商品に設定かつ適用日時内の最新の値が返される() … … 85 91 /** 86 92 * @test 93 * @runInSeparateProcess 94 * @preserveGlobalState disabled 87 95 */ 88 96 public function 商品規格idを指定した場合商品に登録かつ適用日時内の最新の値が返される() … … 110 118 /** 111 119 * @test 120 * @runInSeparateProcess 121 * @preserveGlobalState disabled 112 122 */ 113 123 public function 商品規格idのみを指定した場合税率設定に登録かつ適用日時内の最新の値が返される()
Note: See TracChangeset
for help on using the changeset viewer.