bootstrapping tests

This commit is contained in:
2016-04-09 23:44:40 +02:00
parent 93a5568aee
commit bcfa2c2131
12 changed files with 277 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?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;