fixed str test cases and str::limit function.

This commit is contained in:
Taylor Otwell
2011-10-15 14:17:58 -05:00
parent a6eaa06981
commit 17ea09364d
3 changed files with 11 additions and 10 deletions

View File

@@ -39,6 +39,7 @@ return array(
'GET /' => function()
{
return Laravel\Str::limit('This is a string of text', 3, '...');
return View::make('home.index');
},