This commit is contained in:
parent
15f8db46a0
commit
64f5341371
18 changed files with 484 additions and 157 deletions
|
@ -182,7 +182,7 @@ describe(OrderItemController::class, function (): void {
|
|||
$this->assertResponseRedirects(sprintf('/food/order/%s', $this->order->getId()));
|
||||
|
||||
$this->assertSame(1, $this->repository->count([]));
|
||||
$this->assertSame(2, $this->menuItemRepository->count([]));
|
||||
$this->assertSame(3, $this->menuItemRepository->count([]));
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue