1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fix review

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2017-06-04 17:57:40 +02:00
parent d143fa243d
commit 0d8ecb82a3
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ class ShowUserCommandTest extends WallabagCoreTestCase
$this->assertContains('Username : admin', $tester->getDisplay());
$this->assertContains('Email : bigboss@wallabag.org', $tester->getDisplay());
$this->assertContains('Display name : Big boss', $tester->getDisplay());
$this->assertContains('2FA activated: false', $tester->getDisplay());
$this->assertContains('2FA activated: no', $tester->getDisplay());
}
public function testShowUser()