add order item stuff
This commit is contained in:
parent
68b4096bb0
commit
814dc4a41b
11 changed files with 175 additions and 113 deletions
|
@ -12,17 +12,6 @@ final class OrderItemControllerTest extends DbWebTest
|
|||
{
|
||||
private string $path = '/order/item/';
|
||||
|
||||
public function testIndex(): void
|
||||
{
|
||||
$this->client->request('GET', $this->path);
|
||||
|
||||
self::assertResponseStatusCodeSame(200);
|
||||
self::assertPageTitleContains('OrderItem index');
|
||||
|
||||
// Use the $crawler to perform additional assertions e.g.
|
||||
// self::assertSame('Some text on the page', $crawler->filter('.p')->first());
|
||||
}
|
||||
|
||||
public function testNew(): void
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue