We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f223d39 commit e6698e2Copy full SHA for e6698e2
Tests/IntlTest.php
@@ -41,7 +41,7 @@ public function testGetLocaleBundleCreatesTheLocaleBundle()
41
42
public function testGetRegionBundleCreatesTheRegionBundle()
43
{
44
- $this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\LocaleBundleInterface', Intl::getLocaleBundle());
+ $this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\RegionBundleInterface', Intl::getRegionBundle());
45
}
46
47
public function testGetIcuVersionReadsTheVersionOfInstalledIcuLibrary()
0 commit comments