refactoring testing setup.

This commit is contained in:
Taylor Otwell
2011-10-10 22:17:22 -05:00
parent 392caeed91
commit b3c9dc59c0
14 changed files with 49 additions and 467 deletions

View File

@@ -91,6 +91,8 @@ $container = new Container(Config::$items['container']);
IoC::$container = $container;
unset($config, $container);
/**
* Register the application auto-loader. The auto-loader is responsible
* for the lazy-loading of all of the Laravel core classes, as well as