Tests results in cache

This commit is contained in:
Juan Pablo Vial
2024-04-02 20:19:59 -03:00
parent 062e0543e4
commit 5d9ac2bc51

View File

@ -2,7 +2,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory="./cache"
cacheDirectory="/code/cache/tests"
executionOrder="depends,defects"
requireCoverageMetadata="false"
beStrictAboutCoverageMetadata="false"
@ -35,9 +35,9 @@
</report>
</coverage>
<logging>
<junit outputFile="/logs/junit.xml" />
<teamcity outputFile="/logs/teamcity.txt" />
<testdoxHtml outputFile="/logs/testdox.html" />
<testdoxText outputFile="/logs/testdox.txt" />
<junit outputFile="/code/cache/tests/junit.xml" />
<teamcity outputFile="/code/cache/tests/teamcity.txt" />
<testdoxHtml outputFile="/code/cache/tests/testdox.html" />
<testdoxText outputFile="/code/cache/tests/testdox.txt" />
</logging>
</phpunit>