diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:50:00 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:50:00 +0200 |
commit | 10dc5b58800ff21e6106f161e4320296ef308405 (patch) | |
tree | ea641a137d32825e68025e52c8506239a90315e6 /build.xml | |
parent | e6e7312b1ea0e7b02d2b6c56d5fd14ea41232f80 (diff) |
Add bootstrap for autoload
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"> + <phpunit codecoverage="false" haltonfailure="false" haltonerror="false" printsummary="true" bootstrap="./vendor/autoload.php"> <batchtest> <fileset dir="tests/unit"> <include name="**/*Test.php"/> |