зеркало из https://github.com/nextcloud/cookbook.git
Make PHP code styler happy
Signed-off-by: Christian Wolf <git@christianwolf.email>
This commit is contained in:
Родитель
2684d2121f
Коммит
b1cd19eafc
|
@ -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' => [
|
||||
|
|
Загрузка…
Ссылка в новой задаче