From d03c5ddf8c709b4f72634d549a5d498698a2472f Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 8 Aug 2024 13:17:44 +0200 Subject: [PATCH] Fix Kernel Class --- Tests/Application/bin/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Application/bin/console.php b/Tests/Application/bin/console.php index 44e05b93..a5842cf5 100755 --- a/Tests/Application/bin/console.php +++ b/Tests/Application/bin/console.php @@ -19,7 +19,7 @@ require_once __DIR__ . '/../config/bootstrap.php'; -use Sulu\Bundle\ArticleBundle\Tests\Application\Kernel; +use Sulu\Article\Tests\Application\Kernel; use Symfony\Bundle\FrameworkBundle\Console\Application; use Symfony\Component\Console\Input\ArgvInput; use Symfony\Component\ErrorHandler\Debug;