added route loader tests.
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user