first sync

This commit is contained in:
ultimatemember
2014-12-15 22:38:07 +02:00
parent 05eab9e0e7
commit 125c622521
665 changed files with 97062 additions and 0 deletions
+14
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="test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>