statify-blacklist/phpunit.xml
Stefan Kalscheuer 1781335f25 Composer and PHPCS added
A composer package descriptor has been added, along with a PHPunit descriptor and code sniffer ruleset.
2017-07-15 17:05:38 +02:00

9 lines
221 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="Statify Blacklist TestSuite">
<directory>./test</directory>
</testsuite>
</testsuites>
</phpunit>