parent
057f7ea2ef
commit
2067c4176f
@ -1,40 +1,33 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
|
||||||
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html --> |
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html --> |
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php"> |
||||||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" |
<coverage processUncoveredFiles="true"> |
||||||
backupGlobals="false" |
<include> |
||||||
colors="true" |
<directory suffix=".php">src</directory> |
||||||
bootstrap="tests/bootstrap.php" |
</include> |
||||||
> |
<exclude> |
||||||
<php> |
<directory>src/DataFixtures</directory> |
||||||
<ini name="error_reporting" value="-1" /> |
</exclude> |
||||||
<server name="APP_ENV" value="test" force="true" /> |
</coverage> |
||||||
<server name="SHELL_VERBOSITY" value="-1" /> |
<php> |
||||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" /> |
<ini name="error_reporting" value="-1"/> |
||||||
</php> |
<server name="APP_ENV" value="test" force="true"/> |
||||||
|
<server name="SHELL_VERBOSITY" value="-1"/> |
||||||
<testsuites> |
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/> |
||||||
<testsuite name="Chamilo Test Suite"> |
</php> |
||||||
<directory>tests</directory> |
<testsuites> |
||||||
</testsuite> |
<testsuite name="Chamilo Test Suite"> |
||||||
</testsuites> |
<directory>tests</directory> |
||||||
|
</testsuite> |
||||||
<filter> |
</testsuites> |
||||||
<whitelist processUncoveredFilesFromWhitelist="true"> |
<listeners> |
||||||
<directory suffix=".php">src</directory> |
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/> |
||||||
</whitelist> |
</listeners> |
||||||
</filter> |
<extensions> |
||||||
|
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/> |
||||||
<listeners> |
|
||||||
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> |
|
||||||
</listeners> |
|
||||||
|
|
||||||
<extensions> |
|
||||||
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/> |
|
||||||
<!-- Run `composer require symfony/panther` before enabling this extension --> |
<!-- Run `composer require symfony/panther` before enabling this extension --> |
||||||
<!-- |
<!-- |
||||||
<extension class="Symfony\Component\Panther\ServerExtension" /> |
<extension class="Symfony\Component\Panther\ServerExtension" /> |
||||||
--> |
--> |
||||||
</extensions> |
</extensions> |
||||||
</phpunit> |
</phpunit> |
||||||
|
|||||||
Loading…
Reference in new issue