Removed "use" on non-existing file.

This commit is contained in:
Joseph Bielawski 2011-06-24 07:43:36 -07:00
parent 9bf6ef7999
commit 45102562bf

View File

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