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 74c03f7 commit f52902aCopy full SHA for f52902a
tests/Feature/SubscribeTest.php
@@ -5,7 +5,7 @@
5
use Tests\Models\Plan;
6
use Tests\Models\User;
7
8
-beforeEach(function () {
+beforeEach(function (): void {
9
$this->user = User::factory()->create();
10
$this->plan = Plan::factory()->create();
11
});
0 commit comments