Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/integration/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\UX\TwigComponent\TwigComponentBundle;
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;

final class Kernel extends IbexaTestKernel
Expand All @@ -46,6 +47,7 @@ public function registerBundles(): iterable
yield new IbexaAdminUiBundle();
yield new IbexaNotificationsBundle();
yield new IbexaGraphQLBundle();
yield new TwigComponentBundle();
yield new IbexaTwigComponentsBundle();

yield new IbexaFieldTypeMatrixBundle();
Expand Down
Loading