This commit is contained in:
parent
2273c91f2b
commit
af9354ff22
20 changed files with 1687 additions and 570 deletions
|
@ -4,8 +4,11 @@ namespace App\Tests\Entity;
|
|||
|
||||
use App\Entity\FoodOrder;
|
||||
use App\Entity\OrderItem;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
#[CoversClass(FoodOrder::class)]
|
||||
#[CoversClass(OrderItem::class)]
|
||||
final class FoodOrderTest extends TestCase
|
||||
{
|
||||
public function testFoodOrder(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue