Don't use $this as a function argument
authorErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 13 Mar 2017 18:12:50 +0000 (11:12 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 13 Mar 2017 18:12:50 +0000 (11:12 -0700)
commite4fb4f978b77a4477ff7e9ffcc38ac993decab4f
treefc1898d01e4b15b555de085a6cabeca8a8ffbac7
parentc584722cc2e3d33edae58d46c2149063b3fc6d72
Don't use $this as a function argument

PHP 7.1 adds the limitation that $this cannot be used as a function
parameter. Ensure forward compatability by renaming the parameters.

Bug: T160144
Change-Id: I33d2ab1ffeeeb32e3a467cc146ee8feef0255258
tests/phpunit/includes/search/SearchIndexFieldTest.php