mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00: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