Removed unused use statement

This commit is contained in:
Kevin Frantz 2018-09-05 18:07:04 +02:00
parent d71895b0e8
commit 8bbb74fe14

View File

@ -1,7 +1,6 @@
<?php
namespace App\Controller;
use PHPUnit\Framework\TestCase;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
/**