added docblocks, contract, and service provider

This commit is contained in:
Jake Mitchell
2016-06-25 21:12:01 +00:00
parent 0985c6c829
commit ea3ec0bacc
13 changed files with 407 additions and 179 deletions

5
phpunit.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
require __DIR__ . '/vendor/autoload.php';
date_default_timezone_set('UTC');