removed application and resolver classes. added phpunit tests.

This commit is contained in:
Taylor Otwell
2011-09-04 23:19:14 -05:00
parent d35e2abd77
commit cb8e8194ce
14 changed files with 146 additions and 88 deletions

View File

@@ -39,7 +39,7 @@ return array(
|
*/
'home.index' => array('name' => 'home', function($laravel, $view)
'home.index' => array('name' => 'home', function($view)
{
//
}),

View File

@@ -18,6 +18,7 @@ return array(
|
*/
'Arr' => 'Laravel\\Arr',
'Asset' => 'Laravel\\Asset',
'Auth' => 'Laravel\\Security\\Authenticator_Facade',
'Benchmark' => 'Laravel\\Benchmark',