mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Optimized Entities, Controllers and tests
This commit is contained in:
		@@ -32,7 +32,7 @@ class UserControllerTest extends WebTestCase
 | 
			
		||||
    public function testLogin(): void
 | 
			
		||||
    {
 | 
			
		||||
        $client = static::createClient();
 | 
			
		||||
        $client->request('GET', '/user/login');
 | 
			
		||||
        $client->request('GET', '/login');
 | 
			
		||||
        $this->assertEquals(200, $client->getResponse()->getStatusCode());
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user