22 lines
645 B
XML
22 lines
645 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<project>
|
||
|
<publishers>
|
||
|
<xunit plugin="xunit">
|
||
|
<tools>
|
||
|
<PHPUnitJunitHudsonTestType>
|
||
|
<pattern>junit.log</pattern>
|
||
|
<failIfNotNew>true</failIfNotNew>
|
||
|
<deleteOutputFiles>true</deleteOutputFiles>
|
||
|
<skipNoTestFiles>false</skipNoTestFiles>
|
||
|
<stopProcessingIfError>true</stopProcessingIfError>
|
||
|
</PHPUnitJunitHudsonTestType>
|
||
|
</tools>
|
||
|
<thresholds/>
|
||
|
<thresholdMode>1</thresholdMode>
|
||
|
<extraConfiguration>
|
||
|
<testTimeMargin>3000</testTimeMargin>
|
||
|
</extraConfiguration>
|
||
|
</xunit>
|
||
|
</publishers>
|
||
|
</project>
|