added tests and removed logger from package

This commit is contained in:
Guillermo Dev
2018-10-11 13:16:44 +02:00
parent 764fe9a43f
commit 17f7650b33
7 changed files with 365 additions and 1 deletions

View File

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