mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-01 13:50:13 +02:00
Add tests for method 'createRememberCookieName' from class 'Auth'
This commit is contained in:
@@ -583,6 +583,8 @@ function showDebugData(\Delight\Auth\Auth $auth, $result) {
|
||||
|
||||
echo 'Session name' . "\t\t\t\t";
|
||||
\var_dump(\session_name());
|
||||
echo 'Auth::createRememberCookieName()' . "\t";
|
||||
\var_dump(\Delight\Auth\Auth::createRememberCookieName());
|
||||
echo "\n";
|
||||
|
||||
echo 'Auth::createCookieName(\'session\')' . "\t";
|
||||
|
Reference in New Issue
Block a user