Files
szkoleniauryzaj.pl/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/phpunit.xml
2024-11-10 21:08:49 +01:00

28 lines
748 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Props Test Suite">
<directory>./test/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./test</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>