Initial commit

This commit is contained in:
Adrian Palmer
2014-08-27 17:45:39 +10:00
commit a0f24861fe
10 changed files with 232 additions and 0 deletions

3
tests/bootstrap.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
error_reporting(E_ALL);
require(__DIR__ . '/../vendor/autoload.php');