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 059f2c7 commit 403f60fCopy full SHA for 403f60f
1 file changed
tests/user.test.php
@@ -63,7 +63,7 @@
63
expect($auth->user())->toBeInstanceOf(\Leaf\Auth\User::class);
64
expect($auth->user()->username)->toBe($testUser['username']);
65
66
- $auth->logout(function ($auth) use ($testUser) {
+ $auth->logout(function ($auth) {
67
expect($auth)->toBeInstanceOf(\Leaf\Auth::class);
68
});
69
0 commit comments