From 6e8efd1b8206baeedbd6fb1437d516b159961340 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 26 Oct 2017 10:55:29 +0200 Subject: [PATCH] Fix LocaleManager test --- tests/LocaleManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } /**