Composer and PHPCS added

A composer package descriptor has been added, along with a PHPunit descriptor and code sniffer ruleset.
This commit is contained in:
2017-07-15 15:50:17 +02:00
parent 4890dbaeeb
commit 1781335f25
4 changed files with 55 additions and 0 deletions

9
phpunit.xml Normal file
View File

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