Fixes #9633, Removed dependency to Symfony\Bundle\FrameworkBundle\Tests\TestCase

This commit is contained in:
Ismail Asci 2013-11-28 00:29:25 +01:00 committed by Fabien Potencier
parent 9651e403e2
commit 6141837628

View File

@ -11,11 +11,10 @@
namespace Symfony\Component\Translation\Test\Catalogue;
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
use Symfony\Component\Translation\MessageCatalogue;
use Symfony\Component\Translation\MessageCatalogueInterface;
abstract class AbstractOperationTest extends TestCase
abstract class AbstractOperationTest extends \PHPUnit_Framework_TestCase
{
public function testGetEmptyDomains()
{