We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6264f4 commit ae03b3fCopy full SHA for ae03b3f
Resources/config/propel.xml
@@ -19,7 +19,7 @@
19
</call>
20
</service>
21
22
- <service id="fos_elastica.manager.propel" class="%fos_elastica.manager.class%">
+ <service id="fos_elastica.manager.propel" class="FOS\ElasticaBundle\Doctrine\RepositoryManager">
23
<argument type="service" id="annotation_reader"/>
24
25
</services>
Tests/bootstrap.php
phpunit.xml.dist
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
+<phpunit bootstrap="./vendor/autoload.php" colors="true">
4
<testsuites>
5
<testsuite name="FOSElasticaBundle Test Suite">
6
<directory>./Tests</directory>
0 commit comments