mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
Fix test failures: correct ids format and anonymous access assertion
This commit is contained in:
parent
be2c990286
commit
7e3aa7fed8
4 changed files with 10 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ use PHPUnit\Framework\Attributes\Group;
|
|||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
#[Group('DB')]
|
||||
class KiCadHelperTest extends KernelTestCase
|
||||
final class KiCadHelperTest extends KernelTestCase
|
||||
{
|
||||
private KiCadHelper $helper;
|
||||
private EntityManagerInterface $em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue