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

12
phpunit.xml Normal file
View file

@ -0,0 +1,12 @@
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
</phpunit>