create first tests on history file

This commit is contained in:
2014-11-08 00:40:00 +01:00
parent e5f67e32c3
commit 29ee79c645
7 changed files with 288 additions and 186 deletions

8
Tests/bootstrap.php Normal file
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;