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> <directory>common</directory>
</include> </include>
</source> </source>
<coverage pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true"> <!--<coverage pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true">
<report> <report>
<!--<html outputDirectory="/code/public/coverage/html"/>--> <html outputDirectory="/code/public/coverage/html"/>
<php outputFile="/code/public/coverage/coverage.php"/>
</report> </report>
</coverage> </coverage>-->
<logging> <logging>
<junit outputFile="/code/cache/tests/junit.xml"/> <junit outputFile="/code/cache/tests/junit.xml"/>
<teamcity outputFile="/code/cache/tests/teamcity.txt"/> <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"/> <testdoxText outputFile="/code/cache/tests/testdox.txt"/>
</logging> </logging>
</phpunit> </phpunit>