Skip to content

Commit 40cff86

Browse files
committed
Add ApiPlatformBundle to IbexaTestKernel
1 parent f45837e commit 40cff86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/IbexaTestKernel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
namespace Ibexa\Tests\Integration\Rest;
1010

11+
use ApiPlatform\Symfony\Bundle\ApiPlatformBundle;
1112
use Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle;
1213
use Ibexa\Bundle\Rest\IbexaRestBundle;
1314
use Ibexa\Contracts\Rest\UriParser\UriParserInterface;
@@ -25,6 +26,7 @@ public function registerBundles(): iterable
2526

2627
yield new HautelookTemplatedUriBundle();
2728
yield new IbexaRestBundle();
29+
yield new ApiPlatformBundle();
2830
}
2931

3032
public function registerContainerConfiguration(LoaderInterface $loader): void

0 commit comments

Comments
 (0)