feat: revenue cat
CI / 🧪 Tests Laravel (push) Successful in 2m24s
CI / 🐳 Build & Push Image (push) Successful in 1m13s

This commit is contained in:
2026-08-12 16:00:11 +02:00
parent 31633cfd2c
commit 29e85589b0
55 changed files with 703 additions and 2363 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ it('creates a verified administrator with the application command', function ()
->and($user->role)->toBe(UserRole::ADMIN)
->and($user->locale)->toBe('fr')
->and($user->email_verified_at)->not->toBeNull()
->and($user->trial_ends_at)->not->toBeNull()
->and($user->subscription_expires_at)->toBeNull()
->and(Hash::check('Strong-password1', $user->password))->toBeTrue();
});