Skip to content

Commit 61b6eee

Browse files
committed
Fixup
1 parent b17d11c commit 61b6eee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webapp/tests/Unit/Twig/TwigExtensionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;*/
4949
use Twig\Environment;
5050

51-
class TwigExtensionTest extends TestCase
51+
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
52+
53+
class TwigExtensionTest extends WebTestCase
5254
{
5355
/**
5456
* Test that the APCA contrast function returns the correct data

0 commit comments

Comments
 (0)