Ambiente de testeo

This commit is contained in:
Juan Pablo Vial
2025-04-29 21:41:49 -04:00
parent e6892ee085
commit 2acf0362fa
4 changed files with 151 additions and 60 deletions

View File

@ -2,7 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
bootstrap="vendor/autoload.php"
bootstrap="test.bootstrap.php"
cacheDirectory="/code/cache/tests"
executionOrder="depends,defects"
requireCoverageMetadata="false"
@ -34,10 +34,10 @@
<php outputFile="/code/public/coverage/coverage.php"/>
</report>
</coverage>
<!--<logging>
<logging>
<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>-->
</logging>
</phpunit>