initial commit

This commit is contained in:
Jack Wall
2014-12-07 23:00:39 +00:00
commit 189ffea4dd
9 changed files with 305 additions and 0 deletions

10
phpunit.xml Normal file
View File

@@ -0,0 +1,10 @@
<phpunit colors="true" strict="true" backupGlobals="false" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="All">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="32767" />
</php>
</phpunit>