Added tests for all API endpoints of Structural elements

This commit is contained in:
Jan Böhmer 2024-03-03 21:52:26 +01:00
parent 7b5ae70de3
commit 3d67ad870a
16 changed files with 887 additions and 3 deletions

View file

@ -27,7 +27,7 @@ use ApiPlatform\Symfony\Bundle\Test\ApiTestCase;
use ApiPlatform\Symfony\Bundle\Test\Client;
use App\DataFixtures\APITokenFixtures;
class AuthenticatedApiTestCase extends ApiTestCase
abstract class AuthenticatedApiTestCase extends ApiTestCase
{
/**
* Creates an API client with authentication.