initial commit

This commit is contained in:
affan98 2019-05-13 19:15:45 -04:00
commit d2c38a1950
215 changed files with 15763 additions and 0 deletions

7
phpunit.integration.xml Normal file
View file

@ -0,0 +1,7 @@
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
<directory>./tests/Integration</directory>
</testsuite>
</testsuites>
</phpunit>