mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented template dummys
This commit is contained in:
		| @@ -1,16 +1,16 @@ | ||||
| <?php | ||||
| namespace App\Tests\Unit\Controller; | ||||
|  | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Controller\UserController; | ||||
| use App\Controller\UserControllerInterface; | ||||
| use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | ||||
|  | ||||
| /** | ||||
|  * | ||||
|  * @author kevinfrantz | ||||
|  *         | ||||
|  */ | ||||
| class UserControllerTest extends TestCase | ||||
| class UserControllerTest extends WebTestCase | ||||
| { | ||||
|     /** | ||||
|      *  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user