Skip to content

Commit

Permalink
Web\Admin\Order\EditControllerTest が時折失敗するのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jan 10, 2017
1 parent ac42970 commit 7e9cc45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function createFormData(Customer $Customer, Product $Product = null)
'Product' => $Product->getId(),
'ProductClass' => $ProductClasses[0]->getId(),
'price' => $ProductClasses[0]->getPrice02(),
'quantity' => $faker->randomNumber(2),
'quantity' => $faker->numberBetween(1, 999),
'tax_rate' => 8, // XXX ハードコーディング
'tax_rule' => 1,
'product_name' => $Product->getName(),
Expand Down

0 comments on commit 7e9cc45

Please sign in to comment.