setup phpunit

This commit is contained in:
Guillermo Dev
2018-10-10 21:23:18 +02:00
parent b3dab22eb9
commit ca96f06876
4 changed files with 15 additions and 4 deletions

7
phpunit.xml Normal file
View File

@@ -0,0 +1,7 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="bsrconfig">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>