mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
parent
c997cfcc9c
commit
23ff8d3619
16 changed files with 266 additions and 5 deletions
|
@ -44,7 +44,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
|||
$form = $crawler->filter('button[id=config_save]')->form();
|
||||
|
||||
$data = array(
|
||||
'config[theme]' => 0,
|
||||
'config[theme]' => 'baggy',
|
||||
'config[items_per_page]' => '30',
|
||||
'config[language]' => 'en',
|
||||
);
|
||||
|
@ -63,7 +63,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
|||
{
|
||||
return array(
|
||||
array(array(
|
||||
'config[theme]' => 0,
|
||||
'config[theme]' => 'baggy',
|
||||
'config[items_per_page]' => '',
|
||||
'config[language]' => 'en',
|
||||
)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue