From 35e6c8ed0fb1ee329c26868c87e0fb5c54eef06a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 18 Apr 2012 11:06:34 +0200 Subject: [PATCH] fixed typo --- src/Symfony/Component/Locale/Tests/Stub/StubCollatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Locale/Tests/Stub/StubCollatorTest.php b/src/Symfony/Component/Locale/Tests/Stub/StubCollatorTest.php index e4391d07f3..33e010cebf 100644 --- a/src/Symfony/Component/Locale/Tests/Stub/StubCollatorTest.php +++ b/src/Symfony/Component/Locale/Tests/Stub/StubCollatorTest.php @@ -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 {