This commit is contained in:
Čarodej
2022-03-29 12:29:32 +02:00
parent af3f08e728
commit b0829c71e9
19 changed files with 51 additions and 52 deletions

View File

@@ -1,5 +1,4 @@
<?php
namespace Tests\Domain\Admin;
use Tests\TestCase;
@@ -55,7 +54,7 @@ class DashboardTest extends TestCase
->create(['role' => 'admin']);
$users->each(
fn($user) => $this
fn ($user) => $this
->actingAs($admin)
->getJson('/api/admin/dashboard/newbies')
->assertStatus(200)