added basic autoloader tests.

This commit is contained in:
Taylor Otwell
2012-01-18 14:03:12 -06:00
parent 9de8e0050c
commit 319964fce2
5 changed files with 87 additions and 2 deletions

View File

@@ -27,4 +27,9 @@ require 'paths.php';
// --------------------------------------------------------------
// Bootstrap the Laravel core.
// --------------------------------------------------------------
require SYS_PATH.'core.php';
require SYS_PATH.'core.php';
// --------------------------------------------------------------
// Start the default bundle.
// --------------------------------------------------------------
Bundle::start(DEFAULT_BUNDLE);