diff --git a/tests/phpstan/console-application.php b/tests/phpstan/console-application.php index 5e6facbb..630376dc 100644 --- a/tests/phpstan/console-application.php +++ b/tests/phpstan/console-application.php @@ -11,7 +11,7 @@ * with this source code in the file LICENSE. */ -use Sulu\Bundle\AdminBundle\Tests\Application\Kernel; +use Sulu\Article\Tests\Application\Kernel; use Symfony\Bundle\FrameworkBundle\Console\Application; require \dirname(__DIR__) . '/Application/config/bootstrap.php'; diff --git a/tests/phpstan/object-manager.php b/tests/phpstan/object-manager.php index f50f46dd..d9663fee 100644 --- a/tests/phpstan/object-manager.php +++ b/tests/phpstan/object-manager.php @@ -11,7 +11,7 @@ * with this source code in the file LICENSE. */ -use Sulu\Bundle\AdminBundle\Tests\Application\Kernel; +use Sulu\Article\Tests\Application\Kernel; use Symfony\Component\DependencyInjection\ContainerInterface; require \dirname(__DIR__) . '/Application/config/bootstrap.php';