Import statements and update configuration.

This commit is contained in:
James Cole
2025-05-27 16:57:36 +02:00
parent 7c04c4c2bc
commit c074fec0a7
165 changed files with 530 additions and 335 deletions

View File

@@ -27,6 +27,7 @@ namespace Tests\integration\Api\About;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Testing\Fluent\AssertableJson;
use Tests\integration\TestCase;
use Override;
/**
* Class AboutControllerTest
@@ -40,7 +41,7 @@ final class AboutControllerTest extends TestCase
use RefreshDatabase;
private $user;
#[\Override]
#[Override]
protected function setUp(): void
{
parent::setUp();