added route loader tests.

This commit is contained in:
Taylor Otwell
2011-10-26 22:27:19 -05:00
parent 0a2587d291
commit e05b05a33b
5 changed files with 112 additions and 0 deletions

View File

@@ -23,4 +23,18 @@ $storage = '../storage';
$public = '../public';
/*
|--------------------------------------------------------------------------
| Test Path Constants
|--------------------------------------------------------------------------
*/
define('FIXTURE_PATH', realpath('Fixtures').'/');
/*
|--------------------------------------------------------------------------
| Bootstrap The Laravel Core
|--------------------------------------------------------------------------
*/
require realpath($laravel).'/bootstrap/core.php';