diff --git a/tests/LocaleManagerTest.php b/tests/LocaleManagerTest.php index 82916ff..7eb5cdb 100644 --- a/tests/LocaleManagerTest.php +++ b/tests/LocaleManagerTest.php @@ -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()); } /**