We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c798aa2 + bb55d69 commit e8b00f0Copy full SHA for e8b00f0
1 file changed
tests/integration/Kernel.php
@@ -25,6 +25,7 @@
25
use Symfony\Component\Config\Loader\LoaderInterface;
26
use Symfony\Component\Config\Resource\FileResource;
27
use Symfony\Component\DependencyInjection\ContainerBuilder;
28
+use Symfony\UX\TwigComponent\TwigComponentBundle;
29
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;
30
31
final class Kernel extends IbexaTestKernel
@@ -46,6 +47,7 @@ public function registerBundles(): iterable
46
47
yield new IbexaAdminUiBundle();
48
yield new IbexaNotificationsBundle();
49
yield new IbexaGraphQLBundle();
50
+ yield new TwigComponentBundle();
51
yield new IbexaTwigComponentsBundle();
52
53
yield new IbexaFieldTypeMatrixBundle();
0 commit comments