We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60693d3 commit 824d565Copy full SHA for 824d565
app-modules/gamify/tests/Feature/ReputationTest.php
@@ -11,7 +11,7 @@
11
$user = User::factory()->create([
12
'name' => 'John Doe',
13
'username' => 'johndoe',
14
- 'reputation' => 10
+ 'reputation' => 10,
15
]);
16
17
expect($user->getPoints())->toBe(10);
app-modules/gamify/tests/Pest.php
@@ -2,7 +2,6 @@
2
3
declare(strict_types=1);
4
5
-use App\Models\User;
6
use Illuminate\Foundation\Testing\RefreshDatabase;
7
use Tests\TestCase;
8
0 commit comments