remove incomplete tests
This commit is contained in:
parent
f259294e6f
commit
cdd24c325f
2 changed files with 4 additions and 66 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue