-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
generate different UIDs for Birthday, Anniversary and Death event #7707
generate different UIDs for Birthday, Anniversary and Death event #7707
Conversation
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Codecov Report
@@ Coverage Diff @@
## master #7707 +/- ##
=========================================
Coverage 51.18% 51.18%
Complexity 24948 24948
=========================================
Files 1605 1605
Lines 94925 94925
Branches 1376 1376
=========================================
Hits 48583 48583
Misses 46342 46342
|
Thanks for working on this! |
@@ -64,7 +64,7 @@ public function setUp() { | |||
* @param string | null $data | |||
*/ | |||
public function testBuildBirthdayFromContact($expectedSummary, $data) { | |||
$cal = $this->service->buildDateFromContact($data, 'BDAY', '*'); | |||
$cal = $this->service->buildDateFromContact($data, 'BDAY', '', '*'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems more like a hack to test it. :) can you also add a test with the proper postfix :P?
Let me add more tests, but the actual code will stay unchanged and is ready to be reviewed |
fixes #7706
Would like to back port to stable12 and stable13