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

Commit e6bd029

Browse files
committed
removed tab-spaces from test
1 parent 0d4e944 commit e6bd029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Helper/HeadMetaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public function testTurnOffAutoEscapeDoesNotEncode()
622622
$this->helper->setAutoEscape(false)->appendHttpEquiv('foo', 'bar=baz');
623623
$this->assertEquals(
624624
'<meta http-equiv="foo" content="bar=baz" />',
625-
$this->helper->toString()
625+
$this->helper->toString()
626626
);
627627
}
628628
}

0 commit comments

Comments
 (0)