Initial commit

This commit is contained in:
2015-01-23 04:21:07 +01:00
commit 6eaf4c8eea
178 changed files with 1097 additions and 0 deletions

5
tests/bootstrap.php Normal file
View File

@ -0,0 +1,5 @@
<?php
extension_loaded("xdebug") || (is_callable("dl") && @dl("xdebug.so"));
require_once __DIR__."/../vendor/autoload.php";