mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
PDF: Added tests for pdf command, fixed old tests for changes
This commit is contained in:
@ -76,7 +76,7 @@ class PdfGenerator
|
||||
|
||||
$replacementsByPlaceholder = [
|
||||
'{input_html_path}' => $inputHtml,
|
||||
'{output_html_path}' => $outputPdf,
|
||||
'{output_pdf_path}' => $outputPdf,
|
||||
];
|
||||
|
||||
foreach ($replacementsByPlaceholder as $placeholder => $replacement) {
|
||||
|
Reference in New Issue
Block a user