updated path to the Composer generated autoload file

This commit is contained in:
Eriksen Costa
2013-01-04 18:37:06 -02:00
parent 282231d728
commit ef8369f930
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if (file_exists($file = __DIR__.'/../vendor/.composer/autoload.php')) {
if (file_exists($file = __DIR__.'/../vendor/autoload.php')) {
$loader = require_once $file;
} else {
throw new RuntimeException('Install dependencies to run test suite.');