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