Signed-off-by: Christian Wolf <git@christianwolf.email>
This commit is contained in:
Christian Wolf 2023-03-16 10:11:08 +01:00
Родитель 2684d2121f
Коммит b1cd19eafc
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -110,6 +110,7 @@ class ConfigImplementationTest extends TestCase {
* @param mixed $folderPath
* @param mixed $interval
* @param mixed $printImage
* @param mixed $visibleInfoBlocks
*/
public function testConfig($data, $folderPath, $interval, $printImage, $visibleInfoBlocks): void {
$this->restParser->method('getParameters')->willReturn($data);
@ -165,7 +166,7 @@ class ConfigImplementationTest extends TestCase {
['print_image' => true], null, null, true, null
],
'changeVisibleBlocks' => [
['visibleInfoBlocks' => ['cooking-time' => true, 'preparation-time' => true]],
['visibleInfoBlocks' => ['cooking-time' => true, 'preparation-time' => true]],
null, null, null, ['cooking-time' => true, 'preparation-time' => true]
],
'changeAll' => [