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