Skip to content

Commit e6698e2

Browse files
authored
[Intl] Fix test
1 parent f223d39 commit e6698e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IntlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testGetLocaleBundleCreatesTheLocaleBundle()
4141

4242
public function testGetRegionBundleCreatesTheRegionBundle()
4343
{
44-
$this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\LocaleBundleInterface', Intl::getLocaleBundle());
44+
$this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\RegionBundleInterface', Intl::getRegionBundle());
4545
}
4646

4747
public function testGetIcuVersionReadsTheVersionOfInstalledIcuLibrary()

0 commit comments

Comments
 (0)