1
0
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:
Marco
2017-10-18 23:08:01 +02:00
parent 36880b87c9
commit b2a3fde696

View File

@@ -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";