Skip to content

Commit

Permalink
Fix admin class
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 8, 2024
1 parent a4e75ce commit 1996fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/phpstan/console-application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/object-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1996fd3

Please sign in to comment.