Skip to content

Commit e8b00f0

Browse files
committed
Merge remote-tracking branch 'origin/5.0' into 6.0
2 parents c798aa2 + bb55d69 commit e8b00f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/Kernel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use Symfony\Component\Config\Loader\LoaderInterface;
2626
use Symfony\Component\Config\Resource\FileResource;
2727
use Symfony\Component\DependencyInjection\ContainerBuilder;
28+
use Symfony\UX\TwigComponent\TwigComponentBundle;
2829
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;
2930

3031
final class Kernel extends IbexaTestKernel
@@ -46,6 +47,7 @@ public function registerBundles(): iterable
4647
yield new IbexaAdminUiBundle();
4748
yield new IbexaNotificationsBundle();
4849
yield new IbexaGraphQLBundle();
50+
yield new TwigComponentBundle();
4951
yield new IbexaTwigComponentsBundle();
5052

5153
yield new IbexaFieldTypeMatrixBundle();

0 commit comments

Comments
 (0)