Sfoglia il codice sorgente

merged branch stloyd/patch-2 (PR #1428)

Commits
-------

4510256 Removed "use" on non-existing file.

Discussion
----------

[WebTestCase] Removed "use" on non-existing file.
Fabien Potencier 14 anni fa
parent
commit
6c95f8cb13
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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.