Fix LocaleManager test

This commit is contained in:
Pierre Rudloff 2017-10-26 10:55:29 +02:00
parent d14b1458a1
commit 6e8efd1b82

View file

@ -60,7 +60,7 @@ class LocaleManagerTest extends TestCase
*/ */
public function testGetLocale() public function testGetLocale()
{ {
$this->assertNull($this->localeManager->getLocale()); $this->assertEquals(new Locale('foo_BAR'), $this->localeManager->getLocale());
} }
/** /**