Add some API tests.

This commit is contained in:
James Cole
2025-08-25 15:31:51 +02:00
parent 1ac762aba8
commit fd32a692c1
4 changed files with 152 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
declare(strict_types=1);
namespace Tests\integration\Api\About;
namespace Tests\integration\Api\System;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Testing\Fluent\AssertableJson;