From 07a6ef5d68a843dfec1c28b991bfc3d375ca3bdd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 9 Jul 2012 09:45:48 +0200 Subject: [PATCH] [Locale] re-activated a test now that the bug is fixed --- .../Component/Locale/Tests/Stub/StubNumberFormatterTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php b/src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php index d98dcb42fd..db22e47fb7 100644 --- a/src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php +++ b/src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php @@ -950,9 +950,6 @@ class StubNumberFormatterTest extends LocaleTestCase public function testParseTypeInt64IntlWith32BitIntegerInPhp32Bit() { - // to be removed when #4718 is fixed. - $this->markTestSkipped('Skipped (temporarily) as there is a mismatch between PHP intl and the Local component'); - $this->skipIfIntlExtensionIsNotLoaded(); $this->skipIfNot32Bit();