FauxRequest: don’t override getValues()
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Wed, 11 Sep 2019 16:54:19 +0000 (18:54 +0200)
committerLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Wed, 11 Sep 2019 16:56:31 +0000 (18:56 +0200)
commit568631af97fdde99d1b218776c94b298c0fb171e
treeac1247ca83de7e2882bb71aacabdca71cb3a9356
parent70e2881cec98b89edc5afebfae55650782937e67
FauxRequest: don’t override getValues()

As far as I can tell, the override is not necessary (the only other
method that the original implementation uses is getGPCVal(), which
FauxRequest still uses elsewhere), and it breaks tests that rely on the
filtering behavior.

Change-Id: I7dd0a8dd36e31cc6784364d56e460b55bff6ea59
includes/FauxRequest.php