Files
wordpress-dev-env/wordpress_plugins/jquery-manager/phpunit.xml.dist
Felix Förtsch 648ded8896 Initial commit
2020-10-20 14:39:50 +02:00

17 lines
389 B
XML

<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/</directory>
<exclude>./tests/test-sample.php</exclude>
</testsuite>
</testsuites>
</phpunit>