From 17aeae2a7079ff8a6a350df03d4aeb62398014e9 Mon Sep 17 00:00:00 2001 From: Brabli <67018167+Brabli@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:57:43 +0100 Subject: [PATCH] Remove use --- tests/Service/GeocodeTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Service/GeocodeTest.php b/tests/Service/GeocodeTest.php index 3c1f169..0758b7b 100644 --- a/tests/Service/GeocodeTest.php +++ b/tests/Service/GeocodeTest.php @@ -10,7 +10,6 @@ use Pcm\GeocodeBundle\Service\Geocoder; use Pcm\GeocodeBundle\Tests\AppKernel; use Pcm\GeocodeBundle\Trait\MappableTrait; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; -use Symfony\Component\HttpKernel\KernelInterface; class GeocodeTest extends KernelTestCase {