mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
Added GET test for create function
This commit is contained in:
parent
4a09ff55a8
commit
bc9c8f02a9
@ -29,6 +29,7 @@ class ApiUrlReachableIntegrationTest extends KernelTestCase
|
|||||||
|
|
||||||
private function controller(string $entity)
|
private function controller(string $entity)
|
||||||
{
|
{
|
||||||
|
$this->language($entity, Request::METHOD_GET);
|
||||||
$this->language($entity, Request::METHOD_POST);
|
$this->language($entity, Request::METHOD_POST);
|
||||||
$this->language($entity.'s', Request::METHOD_GET);
|
$this->language($entity.'s', Request::METHOD_GET);
|
||||||
$this->slugAndId($entity, Request::METHOD_PUT);
|
$this->slugAndId($entity, Request::METHOD_PUT);
|
||||||
|
Loading…
Reference in New Issue
Block a user