Explorar o código

Removed "use" on non-existing file.

Joseph Bielawski %!s(int64=14) %!d(string=hai) anos
pai
achega
45102562bf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

+ 0 - 1
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

@@ -15,7 +15,6 @@ use Symfony\Bundle\FrameworkBundle\Client;
 use Symfony\Component\Finder\Finder;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
-use Symfony\Component\HttpKernel\Test\WebTestCase as BaseWebTestCase;
 
 /**
  * WebTestCase is the base class for functional tests.