In PathRouterTest use @dataProvider where possible
authorTim Starling <tstarling@wikimedia.org>
Mon, 9 Jul 2018 04:56:21 +0000 (14:56 +1000)
committerTim Starling <tstarling@wikimedia.org>
Mon, 16 Jul 2018 05:55:59 +0000 (15:55 +1000)
commit31372c619eb9beb848d14d0c08c567a03cc92660
treea882cfddf1597c77276c3ea188ef775bdde918f3
parentdbb952a579f7b177440e49a2f588cc7a7344e148
In PathRouterTest use @dataProvider where possible

"Where possible" turns out to be every test in this class.

I used named data sets (i.e. array keys in the provided array) for the
main set of tests, to improve the PHPUnit output.

Change-Id: Ic68edc01b3e0e174983471a36f3c5d52e28abfdd
tests/phpunit/includes/PathRouterTest.php