Skip to content

Commit

Permalink
Registered Notifications Bundle in IbexaTestKernel
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jan 12, 2024
1 parent 9434361 commit 103555f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/IbexaTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace Ibexa\Tests\Integration\User;

use Ibexa\Bundle\Notifications\IbexaNotificationsBundle;
use Ibexa\Bundle\User\IbexaUserBundle;
use Ibexa\ContentForms\Form\ActionDispatcher\UserDispatcher;
use Ibexa\Contracts\Core\Test\IbexaTestKernel as BaseIbexaTestKernel;
Expand Down Expand Up @@ -35,6 +36,7 @@ public function registerBundles(): iterable

yield from [
new IbexaUserBundle(),
new IbexaNotificationsBundle(),
];
}

Expand Down

0 comments on commit 103555f

Please sign in to comment.