File "phpunit.xml.dist"
Full Path: /home/arielcor/public_html/wp-content/plugins/really-simple-ssl/phpunit.xml.dist
File size: 414 bytes
MIME-type: text/xml
Charset: utf-8
<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="really-simple-ssl">
<directory prefix="test-" suffix=".php">./tests/</directory>
<exclude>./tests/test-sample.php</exclude>
</testsuite>
</testsuites>
</phpunit>