Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/phpunit.xml
2024-07-15 11:28:08 +02:00

37 lines
857 B
XML

<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<php>
<env name="PLUGIN_FILE" value="elementor.php"/>
</php>
<testsuites>
<testsuite name="elementor">
<directory prefix="test-" suffix=".php">./tests/phpunit/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./</directory>
<exclude>
<directory>.github</directory>
<directory>assets</directory>
<directory>bin</directory>
<directory>build</directory>
<directory>docs</directory>
<directory>node_modules</directory>
<directory>tests</directory>
<directory>includes/libraries</directory>
<directory>vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>