Skip to content

Commit 06c099b

Browse files
author
Chris
committed
make that two spots.
1 parent 4ae36bc commit 06c099b

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

_tests/SessionTest.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: chris
5-
* Date: 5/22/16
6-
* Time: 11:52 AM
3+
* Class SessionTest
4+
*
5+
* Tests include:
6+
* testSessionNoSettings Creates and tests a new session with only default settings
7+
* testSessionCustomSettings Creates and tests a new session with custom settings
8+
* testSessionValue Creates new session value then changes the value
9+
* testSessionAppendValue Creates a new session value then appends to the value
10+
* testSessionIncrementValue Creates a new session value then increments the value
11+
* testSessionDeleteValue Creates a new session value then deletes it
12+
* testSessionRegenerate Regenerates session id
13+
* testSessionFingerprint Validates session fingerprint in different situations
14+
* testExceptionThrow Validates exception handling by class
715
*/
816

917
namespace ChristopherL;

0 commit comments

Comments
 (0)