Adding Tests

This commit is contained in:
Marc Ducobu
2014-11-07 15:32:21 +01:00
parent bd82733a6c
commit a911c7aeae
12 changed files with 1485 additions and 5 deletions

7
Tests/bootstrap.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
if (!is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?');
}
require $autoloadFile;