From 2fd9ffbaee57a86287a12db83355bd0f9d00152a Mon Sep 17 00:00:00 2001 From: Brandon Turner Date: Fri, 17 Sep 2010 17:34:56 -0500 Subject: [PATCH] [FrameworkBundle] Fixed reference to old class --- src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php index 2166b83b58..b18c0b0780 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php +++ b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php @@ -3,10 +3,10 @@ namespace Symfony\Bundle\FrameworkBundle\Test; use Symfony\Bundle\FrameworkBundle\Client; -use Symfony\Bundle\FrameworkBundle\WebTestCase as BaseWebTestCase; use Symfony\Component\Finder\Finder; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\HttpKernelInterface; +use Symfony\Component\HttpKernel\Test\WebTestCase as BaseWebTestCase; /* * This file is part of the Symfony package.