diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-17 09:45:24 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-17 09:45:24 +0200 |
commit | 7dbca97c478e34b2d7a7c47f1bc18ba7d7ce1525 (patch) | |
tree | 381bda2e192ecfae33c83d7f1c972894bc1cf562 /build.xml | |
parent | 4117b88528ba9a7d3fbdf3248aeb8ca0f7c37455 (diff) |
Chnages in phpunit's bootstrap script; should hopefully fix travis
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ <target name="test" description="Running unit tests"> <delete dir="${build.test.dir}"/> <mkdir dir="${build.test.dir}"/> - <phpunit codecoverage="false" haltonfailure="false" haltonerror="false" printsummary="true" bootstrap="./vendor/autoload.php"> + <phpunit codecoverage="false" haltonfailure="false" haltonerror="false" printsummary="true" bootstrap="./tests/unit/bootstrap.php"> <batchtest> <fileset dir="tests/unit"> <include name="**/*Test.php"/> |