Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
This commit is contained in:
Marcel Robitaille 2022-12-29 16:57:03 -04:00 коммит произвёл Christian Wolf
Родитель c2a5362362
Коммит 8e7124fa51
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -163,7 +163,7 @@ class UserConfigHelper {
*/
public function getVisibleInfoBlocks(): array {
$rawValue = $this->getRawValue(self::KEY_VISIBLE_INFO_BLOCKS);
if ($rawValue === '') {
return [
'preparation-time' => true,

Просмотреть файл

@ -88,7 +88,7 @@ class ConfigImplementationTest extends TestCase {
'folder' => $folder,
'update_interval' => $interval,
'print_image' => $printImage,
'visibleInfoBlocks' => Array (),
'visibleInfoBlocks' => array(),
];
$this->userFolder->method('getPath')->willReturn($folder);