From 4a66965994a6750e41550369bb105d225f889848 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 18 Oct 2017 23:01:15 +0200 Subject: [PATCH] Add tests for method 'createCookieName' from class 'Auth' --- tests/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/index.php b/tests/index.php index ef7966e..8f26c3a 100644 --- a/tests/index.php +++ b/tests/index.php @@ -585,6 +585,8 @@ function showDebugData(\Delight\Auth\Auth $auth, $result) { \var_dump(\session_name()); echo "\n"; + echo 'Auth::createCookieName(\'session\')' . "\t"; + \var_dump(\Delight\Auth\Auth::createCookieName('session')); echo 'Auth::createRandomString()' . "\t\t"; \var_dump(\Delight\Auth\Auth::createRandomString()); echo 'Auth::createUuid()' . "\t\t\t";