Tests results in cache
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user