wiki.techinc.nl/tests/phpunit/includes/preferences
RazeSoldier af2346f3d2 Fix octal escape sequence overflow in FiltersTest.php
The octal escape sequence must be less than or equal to 377.
Change \666 to \377.

Bug: T200004
Change-Id: I3804a0c0fab7ec74bc9dd1281d800fffd53f05fa
2018-07-19 22:09:15 +08:00
..
DefaultPreferencesFactoryTest.php Introduce preference filters 2018-07-17 13:19:14 -07:00
FiltersTest.php Fix octal escape sequence overflow in FiltersTest.php 2018-07-19 22:09:15 +08:00