Added tests for the Attachments API endpoint

This commit is contained in:
Jan Böhmer 2024-03-03 21:02:15 +01:00
parent 18c80f6b64
commit 7b5ae70de3
5 changed files with 151 additions and 2 deletions

View file

@ -21,7 +21,7 @@
declare(strict_types=1);
namespace API;
namespace App\Tests\API;
use App\Entity\UserSystem\User;
use Doctrine\ORM\EntityManagerInterface;