updated composer dependencies (#1796)

This commit is contained in:
Kevin Papst
2020-06-28 15:43:38 +02:00
committed by GitHub
parent 8530a03449
commit e566305426
13 changed files with 732 additions and 502 deletions

View File

@@ -12,7 +12,6 @@ namespace App\Tests\Controller;
use App\DataFixtures\UserFixtures;
use App\Entity\User;
use App\Tests\KernelTestTrait;
use Symfony\Bundle\FrameworkBundle\Client;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpKernel\HttpKernelBrowser;