upgrade menuComposer according to #179 - #217

This commit is contained in:
2014-10-06 23:18:56 +02:00
parent e9925a6dd7
commit 96fada19ef
6 changed files with 195 additions and 23 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;