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 0753193 commit 2ac0ee8Copy full SHA for 2ac0ee8
Tests/Functional/app/ORM/bundles.php
@@ -9,5 +9,4 @@
9
new FrameworkBundle(),
10
new FOSElasticaBundle(),
11
new DoctrineBundle(),
12
- new JMSSerializerBundle(),
13
);
Tests/Functional/app/Serializer/config.yml
@@ -25,7 +25,8 @@ fos_elastica:
25
clients:
26
default:
27
url: http://localhost:9200
28
- serializer: ~
+ serializer:
29
+ serializer: jms_serializer
30
indexes:
31
index:
32
index_name: foselastica_ser_test_%kernel.environment%
0 commit comments