feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
313 changed files with 774 additions and 12091 deletions
Showing only changes of commit acb7a1336d - Show all commits

View File

@ -28,16 +28,15 @@
<directory>common</directory>
</include>
</source>
<coverage pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true">
<!--<coverage pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true">
<report>
<!--<html outputDirectory="/code/public/coverage/html"/>-->
<php outputFile="/code/public/coverage/coverage.php"/>
<html outputDirectory="/code/public/coverage/html"/>
</report>
</coverage>
</coverage>-->
<logging>
<junit outputFile="/code/cache/tests/junit.xml"/>
<teamcity outputFile="/code/cache/tests/teamcity.txt"/>
<testdoxHtml outputFile="/code/cache/tests/testdox.html"/>
<testdoxHtml outputFile="/code/public/tests/testdox.html"/>
<testdoxText outputFile="/code/cache/tests/testdox.txt"/>
</logging>
</phpunit>