diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-07-03 07:30:54 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-07-03 07:30:54 +0200 |
commit | 38520658addc217f127b0627ea28dcf8d6e6178c (patch) | |
tree | 71795eadcf13fda9198b8cd9a3da26d51826bbd9 /tests/Wallabag/CoreBundle/Event | |
parent | f808b01692a835673f328d7221ba8c212caa9b61 (diff) | |
download | wallabag-38520658addc217f127b0627ea28dcf8d6e6178c.tar.gz wallabag-38520658addc217f127b0627ea28dcf8d6e6178c.tar.zst wallabag-38520658addc217f127b0627ea28dcf8d6e6178c.zip |
Fix tests
Diffstat (limited to 'tests/Wallabag/CoreBundle/Event')
-rw-r--r-- | tests/Wallabag/CoreBundle/Event/Listener/UserLocaleListenerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Event/Listener/UserLocaleListenerTest.php b/tests/Wallabag/CoreBundle/Event/Listener/UserLocaleListenerTest.php index 91ce0102..5ffe1ca6 100644 --- a/tests/Wallabag/CoreBundle/Event/Listener/UserLocaleListenerTest.php +++ b/tests/Wallabag/CoreBundle/Event/Listener/UserLocaleListenerTest.php | |||
@@ -53,6 +53,6 @@ class UserLocaleListenerTest extends \PHPUnit_Framework_TestCase | |||
53 | 53 | ||
54 | $listener->onInteractiveLogin($event); | 54 | $listener->onInteractiveLogin($event); |
55 | 55 | ||
56 | $this->assertSame('', $session->get('_locale')); | 56 | $this->assertNull($session->get('_locale')); |
57 | } | 57 | } |
58 | } | 58 | } |