|
@@ -11,5 +11,12 @@ if (is_file($autoload)) {
|
|
} elseif (is_file($composerAutoload)) {
|
|
} elseif (is_file($composerAutoload)) {
|
|
include $composerAutoload;
|
|
include $composerAutoload;
|
|
} else {
|
|
} else {
|
|
- throw new \Exception('unable to autoload vendors for tests');
|
|
|
|
|
|
+ die('Unable to find autoload.php file, please use composer to load dependencies:
|
|
|
|
+
|
|
|
|
+wget http://getcomposer.org/composer.phar
|
|
|
|
+php composer.phar install
|
|
|
|
+
|
|
|
|
+Visit http://getcomposer.org/ for more information.
|
|
|
|
+
|
|
|
|
+');
|
|
}
|
|
}
|