Skip to content

Commit

Permalink
Fix Kernel Class
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 8, 2024
1 parent ea578df commit d03c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Application/bin/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d03c5dd

Please sign in to comment.