We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3641016 + cc127c8 commit 437b3cdCopy full SHA for 437b3cd
tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php
@@ -31,12 +31,14 @@ public function testExpiringAssetsEmailNotification()
31
'archived' => 0,
32
'deleted_at' => null,
33
]);
34
+
35
$expiredAsset = Asset::factory()->create([
36
'purchase_date' => now()->subDays(370)->format('Y-m-d'),
37
'warranty_months' => 12,
38
39
40
41
42
$notExpiringAsset = Asset::factory()->create([
43
'purchase_date' => now()->subDays(330)->format('Y-m-d'),
44
0 commit comments