From 45102562bf7ebd6ec4e593f40ab9d690fc0c4a78 Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Fri, 24 Jun 2011 07:43:36 -0700 Subject: [PATCH] Removed "use" on non-existing file. --- src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php index 1a04acdcae..5feeae9607 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php +++ b/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.