feat: support CalDAV for birthdays and tasks (#2304)
This commit is contained in:
@@ -26,7 +26,9 @@ class SpecialDateTest extends FeatureTestCase
|
||||
public function test_it_belongs_to_a_contact()
|
||||
{
|
||||
$account = factory(Account::class)->create([]);
|
||||
$contact = factory(Contact::class)->create([]);
|
||||
$contact = factory(Contact::class)->create([
|
||||
'account_id' => $account->id,
|
||||
]);
|
||||
$specialDate = factory(SpecialDate::class)->create([
|
||||
'account_id' => $account->id,
|
||||
'contact_id' => $contact->id,
|
||||
|
||||
Reference in New Issue
Block a user