| Current Path : /var/www/v3.cesa.co.za/ |
| Current File : //var/www/v3.cesa.co.za/phpunit.xml.dist |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
failOnRisky="true"
failOnWarning="true">
<php>
<ini name="display_errors" value="1"/>
<server name="APP_ENV" value="test" force="true"/>
<server name="SHELL_VERBOSITY" value="-1"/>
<env name="KERNEL_CLASS" value="App\Kernel"/>
</php>
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests/Unit</directory>
<directory>tests/ContentBundle</directory>
<directory>tests/MailQueueBundle</directory>
</testsuite>
</testsuites>
</phpunit>