Skip to content

Commit

Permalink
Add ApiPlatformBundle to IbexaTestKernel
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Aug 13, 2024
1 parent f45837e commit 40cff86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/IbexaTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace Ibexa\Tests\Integration\Rest;

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

yield new HautelookTemplatedUriBundle();
yield new IbexaRestBundle();
yield new ApiPlatformBundle();
}

public function registerContainerConfiguration(LoaderInterface $loader): void
Expand Down

0 comments on commit 40cff86

Please sign in to comment.