aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-04 17:57:40 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-04 17:57:40 +0200
commit0d8ecb82a32fcb7e87d99316b00c827c8aa71eee (patch)
tree1798896461eaa7376376429f2b207aa815cf73e8 /tests
parentd143fa243df6112c9df7c6e7e408b66da40c8fce (diff)
downloadwallabag-0d8ecb82a32fcb7e87d99316b00c827c8aa71eee.tar.gz
wallabag-0d8ecb82a32fcb7e87d99316b00c827c8aa71eee.tar.zst
wallabag-0d8ecb82a32fcb7e87d99316b00c827c8aa71eee.zip
Fix review
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.php b/tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.php
index 642327c3..3b928d1e 100644
--- a/tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.php
+++ b/tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.php
@@ -61,7 +61,7 @@ class ShowUserCommandTest extends WallabagCoreTestCase
61 $this->assertContains('Username : admin', $tester->getDisplay()); 61 $this->assertContains('Username : admin', $tester->getDisplay());
62 $this->assertContains('Email : bigboss@wallabag.org', $tester->getDisplay()); 62 $this->assertContains('Email : bigboss@wallabag.org', $tester->getDisplay());
63 $this->assertContains('Display name : Big boss', $tester->getDisplay()); 63 $this->assertContains('Display name : Big boss', $tester->getDisplay());
64 $this->assertContains('2FA activated: false', $tester->getDisplay()); 64 $this->assertContains('2FA activated: no', $tester->getDisplay());
65 } 65 }
66 66
67 public function testShowUser() 67 public function testShowUser()