Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed Nov 7, 2024
1 parent b86b5d2 commit dce8fd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Controller/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ public function testWeb2printAction(Request $request): Response
],
'addLinks' => true,
'appendLog' => true,
'enableDebugMode' => true,
'debugSettings' => [
'all' => true
],
];
} elseif ($adapter instanceof Gotenberg) {
$params = Config::getWeb2PrintConfig();
Expand Down
4 changes: 3 additions & 1 deletion tests/Model/Processor/ProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ public function testPdfReactor()
],
'addLinks' => true,
'appendLog' => true,
'enableDebugMode' => true,
'debugSettings' => [
'all' => true
],
],
];
$this->checkProcessors('PdfReactor', $pdfReactorConfig);
Expand Down

0 comments on commit dce8fd6

Please sign in to comment.