Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 09bd407

Browse files
committed
Whitespaces removed
1 parent ea13e81 commit 09bd407

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Helper/HeadMetaTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,10 @@ public function testConditionalNoIEWidthSpace()
615615
$this->assertContains('<!--[if ! IE]><!--><', $html);
616616
$this->assertContains('<!--<![endif]-->', $html);
617617
}
618-
619618

620619
public function testTurnOffAutoEscapeDoesNotEncode()
621620
{
622621
$this->helper->setAutoEscape(false)->appendHttpEquiv('foo', 'bar=baz');
623622
$this->assertEquals('<meta http-equiv="foo" content="bar=baz" />', $this->helper->toString());
624623
}
625-
}
624+
}

0 commit comments

Comments
 (0)