We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504e142 commit 048282bCopy full SHA for 048282b
tests/OutputFormatTest.php
@@ -318,7 +318,7 @@ public function ignoreExceptionsOff(): void
318
self::assertSame(
319
'.test {font: italic normal bold 16px/1.2 "Helvetica",Verdana,sans-serif;background: white;}
320
@media screen {.main {background-size: 100% 100%;font-size: 1.3em;background-color: #fff;}}',
321
- $this->document->render(OutputFormat::create()->setIgnoreExceptions(false))
+ $this->document->render($outputFormat)
322
);
323
$firstDeclarationBlock->removeSelector('.test');
324
$this->document->render($outputFormat);
0 commit comments