From a9c04f637278bbf88477ac47af94412e75f2ec51 Mon Sep 17 00:00:00 2001 From: Fabian Schmick Date: Tue, 15 Oct 2024 07:36:51 +0000 Subject: [PATCH] Add missing namespace --- tests/Functional/EmbeddedShortcodeHandlerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Functional/EmbeddedShortcodeHandlerTest.php b/tests/Functional/EmbeddedShortcodeHandlerTest.php index 758923d..7c2c6cc 100644 --- a/tests/Functional/EmbeddedShortcodeHandlerTest.php +++ b/tests/Functional/EmbeddedShortcodeHandlerTest.php @@ -10,6 +10,7 @@ use Symfony\Component\HttpKernel\Fragment\FragmentHandler; use Webfactory\ShortcodeBundle\Handler\EmbeddedShortcodeHandler; use Webfactory\ShortcodeBundle\Test\EndToEndTestHelper; +use Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\ShortcodeTestController; /** * Test shortcode processing using EmbeddedShortcodeHandler and a fixture ShortodeTestController,