Re-fix test
authoreileen <emcnaughton@wikimedia.org>
Fri, 31 Jul 2020 04:27:55 +0000 (16:27 +1200)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 3 Aug 2020 23:50:26 +0000 (09:50 +1000)
commitb572466904e59bb9013095507902f6418c0d5b43
treee4e3fb936e7a7c49ebb35857529cc994d20972fb
parent9b77038d50826844cb72e0898eab115eeb8f9555
Re-fix test

The strtotime calculation adds 4 months before setting the day of month. However

July 31 + 4 months is 1 Dec - ie the month is 12 not 11 due to there being only 30 days. So to
get 27 Nov we need to get the July month (7) and add 4 and voila 11, not 12
tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php