Fix flaky test BlockListPagerTest::testFormatValue
authorDavid Barratt <dbarratt@wikimedia.org>
Mon, 1 Apr 2019 14:27:39 +0000 (10:27 -0400)
committerDavid Barratt <dbarratt@wikimedia.org>
Mon, 1 Apr 2019 16:06:59 +0000 (12:06 -0400)
commitaf0720e5ed66bf00d8165c64ad0aa3c613560e22
tree6780bb8cdc901832c650c177a7bc922271e1df0d
parentb233e9d1887de9e131b824ed5b659e3ab954ba6e
Fix flaky test BlockListPagerTest::testFormatValue

The test relied on being executed within the same minute as when it starts
which is not always the case.

Bug: T219695
Change-Id: I99eb0d25138069ca08c2975ff2e60c7f1df0a99f
includes/specials/pagers/BlockListPager.php
tests/phpunit/includes/specials/pagers/BlockListPagerTest.php