Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about testRenewMembership failing on certain days #15167

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/phpunit/CRM/Member/BAO/MembershipTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,13 @@ public function testdeleteRelatedMemberships() {

/**
* Renew membership with change in membership type.
*
* @fixme Note that this test fails when today is August 29 2019 (and maybe other years?):
* Verify correct end date is calculated after membership renewal
* Failed asserting that two strings are equal.
* Expected-'2021-03-01'
* Actual+'2021-02-28'
* /home/jenkins/bknix-dfl/build/core-15165-73etc/web/sites/all/modules/civicrm/tests/phpunit/CRM/Member/BAO/MembershipTest.php:609
*/
public function testRenewMembership() {
$contactId = $this->individualCreate();
Expand Down