Do not depend on PHP_EOL in HTMLRestrictionsField
authorUmherirrender <umherirrender_de.wp@web.de>
Wed, 20 Sep 2017 20:01:34 +0000 (22:01 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 20 Sep 2017 20:01:34 +0000 (22:01 +0200)
commitffaf38ce982203961d39d6f3ac640acdf45a038d
tree7acbc8ed0ed61f6f03892918c36933988509eb2a
parent1af0d7d0251fa7660d65e6a4ad6d90cc142a46bb
Do not depend on PHP_EOL in HTMLRestrictionsField

HTMLRestrictionsFieldTest::provideValidate only provide test cases with
\n, which fails on windows machine.
I see no reason to use the system depending constant here

Change-Id: I7caf2c4d06c84cac69e20e03d00a93bcd8e7d405
includes/htmlform/fields/HTMLRestrictionsField.php