Skip to content

Commit

Permalink
修正してみた
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 committed Sep 25, 2023
1 parent 25c4654 commit 29a0e63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions codeception/acceptance/EA03ProductCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1068,11 +1068,12 @@ public function product_一覧からの規格編集_規格あり_規格操作(Ac
->登録();

// 個数を取得
$ProductClasses = $Product->getProductClasses();
$this->em->refresh($Product);
$this->em->refresh($ProductClasses[0]);
$ProductClasses = $Product->getProductClasses();

$this->em->refresh($ProductClasses[0]);
$ProductClass = $ProductClasses[0];

$stock = $ProductClass->getStock();

// 個数のズレがないか検査
Expand Down

0 comments on commit 29a0e63

Please sign in to comment.