-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to check update-with-id works and date handling works
Fix test to test the matching csv (changed by mistake)
- Loading branch information
1 parent
2238da0
commit 397ed96
Showing
5 changed files
with
37 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Contact ID,Source,Membership Type,Start Date,Ignore me | ||
1,Import,General,2019-03-23,Just some cruft | ||
1,Import,Made Up,2019-03-23,Just some cruft |
2 changes: 2 additions & 0 deletions
2
tests/phpunit/CRM/Member/Import/Parser/data/memberships_invalid.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Contact ID,Source,Membership Type,Start Date,Ignore me | ||
1,Import,Made Up,2019-03-23,Just some cruft |
2 changes: 2 additions & 0 deletions
2
tests/phpunit/CRM/Member/Import/Parser/data/memberships_update_custom_date.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Membership ID,Source,Membership Type,Start Date,Custom Date | ||
1,Import,General,23/03/2021,23/03/2019 |