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.
1 parent f45837e commit 40cff86Copy full SHA for 40cff86
tests/integration/IbexaTestKernel.php
@@ -8,6 +8,7 @@
8
9
namespace Ibexa\Tests\Integration\Rest;
10
11
+use ApiPlatform\Symfony\Bundle\ApiPlatformBundle;
12
use Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle;
13
use Ibexa\Bundle\Rest\IbexaRestBundle;
14
use Ibexa\Contracts\Rest\UriParser\UriParserInterface;
@@ -25,6 +26,7 @@ public function registerBundles(): iterable
25
26
27
yield new HautelookTemplatedUriBundle();
28
yield new IbexaRestBundle();
29
+ yield new ApiPlatformBundle();
30
}
31
32
public function registerContainerConfiguration(LoaderInterface $loader): void
0 commit comments