Skip to content

Commit 4dc5d8d

Browse files
Fixed tests
1 parent 05dec08 commit 4dc5d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Minifiers/BladeMinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testRenderHtmlDisabled($tag)
5555
$this->assertSame("test <$tag></$tag>", $return);
5656
}
5757

58-
public function testRenderCommentDisabled($tag)
58+
public function testRenderCommentDisabled()
5959
{
6060
$blade = $this->getBladeMinifier();
6161

0 commit comments

Comments
 (0)