Fix LocaleManager test
This commit is contained in:
parent
d14b1458a1
commit
6e8efd1b82
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class LocaleManagerTest extends TestCase
|
|||
*/
|
||||
public function testGetLocale()
|
||||
{
|
||||
$this->assertNull($this->localeManager->getLocale());
|
||||
$this->assertEquals(new Locale('foo_BAR'), $this->localeManager->getLocale());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue