wiki.techinc.nl/tests/phpunit/includes/specialpage
Matthew Flaschen efe994d3c3 Change delimiter for multiple namespaces and tags
It's ; for namespaces (since that is generally what we're using,
e.g. for STRING_OPTIONS), and | for tags.  I would have
preferred them to all be consistent, but there is one revision
that has a ;, and this seems better than modifying the DB.

Comma is already used as a delimiter between separate parameters
(e.g. hideanons and namepsace).

Also, fix multiple namespaces for parseParameters and add test
cases.

Bug: T164132
Bug: T164133
Change-Id: Iad061e0bc17e3522a3f5d330ac2c8bf9cf0e614f
2017-05-08 23:03:46 -04:00
..
AbstractChangesListSpecialPageTestCase.php Fix contradictory RC filters and add back-compat 2017-05-04 08:49:36 -04:00
ChangesListSpecialPageTest.php Change delimiter for multiple namespaces and tags 2017-05-08 23:03:46 -04:00
SpecialPageFactoryTest.php Merge "Revert "Don't construct SpecialPages twice"" 2016-11-10 06:00:17 +00:00
SpecialPageTest.php
SpecialPageTestHelper.php