use statement added to fix CI

This commit is contained in:
Julie Lenaerts 2022-02-17 10:04:56 +01:00
parent 9861e3fe1c
commit 56923aa1b8

View File

@ -13,6 +13,7 @@ namespace Chill\PersonBundle\Tests\AccompanyingPeriod;
use Chill\MainBundle\Entity\User;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
/**
* @internal