From 44f0a3192fe625f7bb7d6487c74067c03d6e621d Mon Sep 17 00:00:00 2001 From: KyleKatarn Date: Sat, 7 Oct 2017 18:58:52 +0200 Subject: [PATCH] Fix mistype var --- tests/Pug/AssetsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pug/AssetsTest.php b/tests/Pug/AssetsTest.php index c5c5033..4f797d4 100644 --- a/tests/Pug/AssetsTest.php +++ b/tests/Pug/AssetsTest.php @@ -63,7 +63,7 @@ public function testFacade() $html ); - $html = trim(str_replace([' />', "\r", "\n"], ['>', '', ''], $pug->render($template))); + $html = trim(str_replace([' />', "\r", "\n"], ['>', '', ''], $bis->render($template))); self::assertSame( '' .