Fixed phpunit deprecations

This commit is contained in:
Jan Böhmer 2025-11-30 14:45:40 +01:00
parent 171508fcad
commit 4eac63b683
3 changed files with 10 additions and 13 deletions

View file

@ -32,13 +32,12 @@ use App\Entity\Parts\StorageLocation;
use App\Entity\Parts\Supplier;
use App\Entity\UserSystem\User;
use App\Services\InfoProviderSystem\DTOs\BulkSearchResponseDTO;
use PHPUnit\Framework\Attributes\Group;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Component\HttpFoundation\Response;
/**
* @group slow
* @group DB
*/
#[Group("slow")]
#[Group("DB")]
class PartControllerTest extends WebTestCase
{
public function testShowPart(): void