Jelajahi Sumber

Removed "use" on non-existing file.

Joseph Bielawski 14 tahun lalu
induk
melakukan
45102562bf
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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.