Codebird library added

This commit is contained in:
Michael 2019-08-04 08:21:18 +00:00
parent f2c05b0222
commit 2e776253e0
38 changed files with 10983 additions and 12 deletions

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="true"
backupStaticAttributes="false"
strict="true"
timeoutForSmallTests="10"
timeoutForMediumTests="30"
colors="true"
verbose="true">
<testsuites>
<testsuite name="Environment">
<file>test/environment_test.php</file>
</testsuite>
<testsuite name="Unit">
<directory suffix="_tests.php">test</directory>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>