Skip to content

Commit

Permalink
Fix phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 28, 2024
1 parent 808875a commit 27b9d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Model/OrderAdjustmentsRecalculationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ final class OrderAdjustmentsRecalculationTest extends TestCase

private OrderItemInterface $item;

private OrderItemUnit $unitNumberOne;

private OrderItemUnit $unitNumberTwo;

protected function setUp(): void
{
$neutralAdjustment = $this->createAdjustment(AdjustmentInterface::ORDER_PROMOTION_ADJUSTMENT, -150, true);
Expand Down

0 comments on commit 27b9d23

Please sign in to comment.