initial commit

This commit is contained in:
Guillermo Dev
2018-12-01 12:08:22 +01:00
commit a00aaa037c
5 changed files with 1535 additions and 0 deletions

7
phpunit.xml Normal file
View File

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