added basic autoloader tests.

This commit is contained in:
Taylor Otwell
2012-01-18 14:03:12 -06:00
parent 9de8e0050c
commit 319964fce2
5 changed files with 87 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ class Auth {
// This method assumes the "remember me" cookie should have the same
// configuration as the session cookie. Since this cookie, like the
// session cookie, should be kept very secure, it's probably safe
// session cookie, should be kept very secure, it's probably safe.
// to assume the cookie settings are the same.
$config = Config::get('session');