linkeddata: Simplity PageDataRequestHandler test setup
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 27 Mar 2019 17:37:39 +0000 (18:37 +0100)
committerDaniel Kinzler <dkinzler@wikimedia.org>
Mon, 1 Apr 2019 14:20:19 +0000 (14:20 +0000)
commit2379bd01251bee365095f32b1eaba12b8f449d3d
tree6deeacf0d51399c2399e8c63364a8e3df20cb9ea
parent3821a2b5b77109e187a666d04d7dd6787aea44dd
linkeddata: Simplity PageDataRequestHandler test setup

Most notably this gets rid of all regular expressions and replaces them
with straight string comparisons. This is mostly done for readability,
but also makes the test more independend from the setup of the server
that is running the test.

Change-Id: I8c34cf1756c8e6c126b95b3eda163561d53186b9
tests/phpunit/includes/linkeddata/PageDataRequestHandlerTest.php