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.
1 parent 7f1f813 commit d64125dCopy full SHA for d64125d
tests/Feature/SubscribeTest.php
@@ -16,7 +16,7 @@
16
});
17
18
it('User model implement subscription methods', function (): void {
19
- expect($this->user)
+ expect(User::class)
20
->toHaveMethods([
21
'activePlanSubscriptions',
22
'planSubscription',
0 commit comments