Some missing tests added

pull/304/merge
iglocska 2014-09-11 17:28:57 +02:00
parent 931bf75409
commit fc806b8919
1 changed files with 8 additions and 8 deletions

View File

@ -322,32 +322,32 @@ class Server extends AppModel {
'description' => 'Used on the login page, before the MISP logo',
'value' => '',
'errorMessage' => '',
'test' => '',
'type' => '',
'test' => 'testForEmpty',
'type' => 'string',
),
'welcome_text_bottom' => array(
'level' => 2,
'description' => 'Used on the login page, after the MISP logo',
'value' => '',
'errorMessage' => '',
'test' => '',
'type' => '',
'test' => 'testForEmpty',
'type' => 'string',
),
'welcome_logo' => array(
'level' => 2,
'description' => 'Used on the login page, to the left of the MISP logo, place a .png file in app/webroot/img with the name specified here.',
'value' => '',
'errorMessage' => '',
'test' => '',
'type' => '',
'test' => 'testForEmpty',
'type' => 'string',
),
'welcome_logo2' => array(
'level' => 2,
'description' => 'Used on the login page, to the right of the MISP logo, place a .png file in app/webroot/img with the name specified here.',
'value' => '',
'errorMessage' => '',
'test' => '',
'type' => '',
'test' => 'testForEmpty',
'type' => 'string',
),
),
'GnuPG' => array(