Skip to content

Commit 048282b

Browse files
committed
Fix as suggested in code review
1 parent 504e142 commit 048282b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OutputFormatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public function ignoreExceptionsOff(): void
318318
self::assertSame(
319319
'.test {font: italic normal bold 16px/1.2 "Helvetica",Verdana,sans-serif;background: white;}
320320
@media screen {.main {background-size: 100% 100%;font-size: 1.3em;background-color: #fff;}}',
321-
$this->document->render(OutputFormat::create()->setIgnoreExceptions(false))
321+
$this->document->render($outputFormat)
322322
);
323323
$firstDeclarationBlock->removeSelector('.test');
324324
$this->document->render($outputFormat);

0 commit comments

Comments
 (0)