userExpLevel test: use a single time()
authorStephane Bisson <sbisson@wikimedia.org>
Mon, 24 Apr 2017 12:54:10 +0000 (08:54 -0400)
committerStephane Bisson <sbisson@wikimedia.org>
Mon, 24 Apr 2017 12:54:10 +0000 (08:54 -0400)
commitec8e5dcf95311120ebce88dbd0ad4221c83d3763
tree468da107844eab192608e85553d72aa88493ef3c
parentfd00600a94ef3c9871b9c4610a10333bf0489a9e
userExpLevel test: use a single time()

Capture `$now = time()` only once and propagate
the value in the test and production code.

Bug: T161041
Change-Id: Ib2887a81a4e8015e3c80ef89d48181c7e5e1d406
includes/specialpage/ChangesListSpecialPage.php
tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php