| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/astock/stock-api-libphp/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/astock/stock-api-libphp/phpunit.xml.dist |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./test/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false">
<testsuites>
<testsuite name="Stock_Api_Unit_Tests_Src">
<directory suffix=".php">./test/src/</directory>
</testsuite>
</testsuites>
<php>
<ini name="memory_limit" value="-1"/>
</php>
<coverage>
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<directory>./vendor</directory>
<directory>./test</directory>
</exclude>
</coverage>
</phpunit>