fixed typo

This commit is contained in:
Fabien Potencier 2012-04-18 11:06:34 +02:00
parent 10944db804
commit 35e6c8ed0f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Locale\Tests\Stub;
use Symfony\Component\Locale\Locale;
use Symfony\Component\Locale\Stub\StubCollator;
use Symfony\Component\Locale\Stub\StubIntl;
use Symfony\Tests\Component\Locale\TestCase as LocaleTestCase;
use Symfony\Component\Locale\Tests\TestCase as LocaleTestCase;
class StubCollatorTest extends LocaleTestCase
{