From 56923aa1b83319871c1c93a56f05577562631f3a Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 17 Feb 2022 10:04:56 +0100 Subject: [PATCH] use statement added to fix CI --- .../AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php index 91e9faa00..37c4ba788 100644 --- a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php @@ -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