adding build.xml for jenkins, and fix AppSolrTest
This commit is contained in:
10
phpunit.xml
10
phpunit.xml
@@ -29,6 +29,14 @@
|
||||
</filter> -->
|
||||
|
||||
<php>
|
||||
<var name="SYS_SYS" value="herbert" />
|
||||
<var name="SYS_SYS" value="os" />
|
||||
</php>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-html" target="build/coverage" title="ERC"
|
||||
charset="UTF-8" yui="true" highlight="true"
|
||||
lowUpperBound="10" highLowerBound="20"/>
|
||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user