Skip to content

Commit ae03b3f

Browse files
committedJun 25, 2014
Fix propel service definition
1 parent f6264f4 commit ae03b3f

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed
 

‎Resources/config/propel.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</call>
2020
</service>
2121

22-
<service id="fos_elastica.manager.propel" class="%fos_elastica.manager.class%">
22+
<service id="fos_elastica.manager.propel" class="FOS\ElasticaBundle\Doctrine\RepositoryManager">
2323
<argument type="service" id="annotation_reader"/>
2424
</service>
2525
</services>

‎Tests/bootstrap.php

-19
This file was deleted.

‎phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
3+
<phpunit bootstrap="./vendor/autoload.php" colors="true">
44
<testsuites>
55
<testsuite name="FOSElasticaBundle Test Suite">
66
<directory>./Tests</directory>

0 commit comments

Comments
 (0)
Please sign in to comment.