Fix for frequently failing api_v3_JobTest::testCallSendReminderLimitTo test.
authoreileen <emcnaughton@wikimedia.org>
Tue, 12 Apr 2016 00:31:58 +0000 (12:31 +1200)
committereileen <emcnaughton@wikimedia.org>
Tue, 12 Apr 2016 00:32:04 +0000 (12:32 +1200)
commita60ba2b38953dd18efc869ed5de6bba4e8d68c28
tree8c41d4a380b29332140d06fb6f08c8c56cc3bad5
parent9d2f1acbf9f38e776c02aa5481050fd04827ae40
Fix for frequently failing api_v3_JobTest::testCallSendReminderLimitTo test.

The issue is that the test sets the membership with a join date in one hour's time. For 23 hours of the day the join date is on the same date as 'today' but for one hour it is not, and there is no valid status in a default set up for the period before the join date, hence we get an error

Change-Id: I3fb8a70e774b2ed70e857808911628ec5ce5cd79
tests/phpunit/api/v3/JobTest.php