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

Commit ea13e81

Browse files
committed
Whitespaces removed
1 parent e6bd029 commit ea13e81

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/Helper/HeadMetaTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -620,9 +620,6 @@ public function testConditionalNoIEWidthSpace()
620620
public function testTurnOffAutoEscapeDoesNotEncode()
621621
{
622622
$this->helper->setAutoEscape(false)->appendHttpEquiv('foo', 'bar=baz');
623-
$this->assertEquals(
624-
'<meta http-equiv="foo" content="bar=baz" />',
625-
$this->helper->toString()
626-
);
623+
$this->assertEquals('<meta http-equiv="foo" content="bar=baz" />', $this->helper->toString());
627624
}
628-
}
625+
}

0 commit comments

Comments
 (0)