From adc68f9e3a2a116f9a10101ecc10d230f663991a Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Mon, 25 Mar 2019 13:55:18 +0100 Subject: [PATCH] [Intl] Fix test --- src/Symfony/Component/Intl/Tests/IntlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Intl/Tests/IntlTest.php b/src/Symfony/Component/Intl/Tests/IntlTest.php index e628c850a9..de722baf94 100644 --- a/src/Symfony/Component/Intl/Tests/IntlTest.php +++ b/src/Symfony/Component/Intl/Tests/IntlTest.php @@ -41,7 +41,7 @@ class IntlTest extends TestCase public function testGetRegionBundleCreatesTheRegionBundle() { - $this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\LocaleBundleInterface', Intl::getLocaleBundle()); + $this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\RegionBundleInterface', Intl::getRegionBundle()); } public function testGetIcuVersionReadsTheVersionOfInstalledIcuLibrary()