Initial commit

This commit is contained in:
Senad Uka
2020-07-05 16:49:14 +02:00
commit a9222a93fc
11 changed files with 470 additions and 0 deletions

14
phpunit.xml.dist Normal file
View File

@@ -0,0 +1,14 @@
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="class-test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>