Added tests for the remaining API endpoints

This commit is contained in:
Jan Böhmer 2024-03-03 23:07:55 +01:00
parent 3d67ad870a
commit af98842090
10 changed files with 503 additions and 1 deletions

View file

@ -21,7 +21,7 @@
declare(strict_types=1);
namespace App\Tests\Endpoints;
namespace App\Tests\API\Endpoints;
use App\Tests\API\Endpoints\CrudEndpointTestCase;