Browse Source

Removed "use" on non-existing file.

Joseph Bielawski 14 năm trước cách đây
mục cha
commit
45102562bf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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.