Skip to content

Commit

Permalink
Enable the bundle duuuuh
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Nov 21, 2024
1 parent c2b29f3 commit f81de86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Symfony/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

namespace JoliCode\Elastically\Tests\Symfony;

use JoliCode\Elastically\Bridge\Symfony\ElasticallyBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\Config\Loader\LoaderInterface;
Expand All @@ -28,6 +29,7 @@ public function registerBundles(): iterable
{
return [
new FrameworkBundle(),
new ElasticallyBundle(),
];
}

Expand Down
1 change: 1 addition & 0 deletions tests/Symfony/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ elastically:
# Mapping between an index name and a FQCN
index_class_mapping:
hop: JoliCode\Elastically\Tests\Messenger\TestDTO

services:
_defaults:
public: true
Expand Down

0 comments on commit f81de86

Please sign in to comment.