Implemented template dummys

This commit is contained in:
Kevin Frantz
2018-09-06 08:46:49 +02:00
parent e303221507
commit 99371d9521
3 changed files with 23 additions and 10 deletions

View File

@@ -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
{
/**
*