فهرست منبع

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 سال پیش
والد
کامیت
6c95f8cb13
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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.