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:
parent
d143fa243d
commit
0d8ecb82a3
2 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue