Fixing bootstrap file for tests and changing ConfigTest to use the static methods for the Config class.

This commit is contained in:
Eric Faerber
2011-09-23 15:19:18 -06:00
parent 938c6f4de3
commit 71d300f7bb
2 changed files with 20 additions and 51 deletions

View File

@@ -23,4 +23,4 @@ $storage = 'storage';
$public = 'public';
require realpath($laravel).'/core.php';
require realpath($laravel).'/bootstrap/core.php';