We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7f345 commit 1798780Copy full SHA for 1798780
webapp/tests/Unit/Twig/TwigExtensionTest.php
@@ -48,7 +48,9 @@
48
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;*/
49
use Twig\Environment;
50
51
-class TwigExtensionTest extends TestCase
+use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
52
+
53
+class TwigExtensionTest extends WebTestCase
54
{
55
/**
56
* Test that the APCA contrast function returns the correct data
0 commit comments