mirror of
https://github.com/wallabag/wallabag.git
synced 2026-01-09 02:57:34 +01:00
Add test for creation of new user in config page
This commit is contained in:
@ -355,6 +355,11 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
||||
|
||||
$this->assertTrue(false !== $user);
|
||||
$this->assertTrue($user->isEnabled());
|
||||
$this->assertEquals('material', $user->getConfig()->getTheme());
|
||||
$this->assertEquals(12, $user->getConfig()->getItemsPerPage());
|
||||
$this->assertEquals(50, $user->getConfig()->getRssLimit());
|
||||
$this->assertEquals('en', $user->getConfig()->getLanguage());
|
||||
$this->assertEquals(1, $user->getConfig()->getReadingSpeed());
|
||||
}
|
||||
|
||||
public function testRssUpdateResetToken()
|
||||
|
||||
Reference in New Issue
Block a user