[FrameworkBundle] Fixed reference to old class

This commit is contained in:
Brandon Turner 2010-09-17 17:34:56 -05:00 committed by Fabien Potencier
parent d657adbfa2
commit 2fd9ffbaee

View File

@ -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.