Fix test failures: correct ids format and anonymous access assertion

This commit is contained in:
Sebastian Almberg 2026-02-12 22:27:01 +01:00
parent be2c990286
commit 7e3aa7fed8
4 changed files with 10 additions and 9 deletions

View file

@ -12,7 +12,7 @@ use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Console\Tester\CommandTester;
class PopulateKicadCommandTest extends KernelTestCase
final class PopulateKicadCommandTest extends KernelTestCase
{
private CommandTester $commandTester;
private EntityManagerInterface $entityManager;