mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
Language selection on config screen
This commit is contained in:
parent
3d3ed955f1
commit
c89d35e851
11 changed files with 136 additions and 12 deletions
|
@ -46,7 +46,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
|||
$data = array(
|
||||
'config[theme]' => 0,
|
||||
'config[items_per_page]' => '30',
|
||||
'config[language]' => 'fr_FR',
|
||||
'config[language]' => 'en',
|
||||
);
|
||||
|
||||
$client->submit($form, $data);
|
||||
|
@ -65,12 +65,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
|||
array(array(
|
||||
'config[theme]' => 0,
|
||||
'config[items_per_page]' => '',
|
||||
'config[language]' => 'fr_FR',
|
||||
)),
|
||||
array(array(
|
||||
'config[theme]' => 0,
|
||||
'config[items_per_page]' => '12',
|
||||
'config[language]' => '',
|
||||
'config[language]' => 'en',
|
||||
)),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue