[Intl] Fix test

This commit is contained in:
Roland Franssen 2019-03-25 13:55:18 +01:00 committed by GitHub
parent e86362116f
commit adc68f9e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()