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 2588f49 commit 44f0a31Copy full SHA for 44f0a31
tests/Pug/AssetsTest.php
@@ -63,7 +63,7 @@ public function testFacade()
63
$html
64
);
65
66
- $html = trim(str_replace([' />', "\r", "\n"], ['>', '', ''], $pug->render($template)));
+ $html = trim(str_replace([' />', "\r", "\n"], ['>', '', ''], $bis->render($template)));
67
68
self::assertSame(
69
'<link rel="stylesheet" href="css/app.min.css">' .
0 commit comments