remove incomplete tests
All checks were successful
/ ls (pull_request) Successful in 30s
/ ls (push) Successful in 29s

This commit is contained in:
lubiana 2024-06-15 18:37:22 +02:00
parent f259294e6f
commit cdd24c325f
No known key found for this signature in database
2 changed files with 4 additions and 66 deletions

View file

@ -33,7 +33,10 @@ final class OrderItemControllerTest extends DbWebTest
public function testNew(): void
{
$this->client->request('GET', sprintf('%snew/%s', $this->path, $this->order->getId()));
$this->client->request(
'GET',
sprintf('%snew/%s', $this->path, $this->order->getId())
);
self::assertResponseStatusCodeSame(200);