Skip to content

Commit

Permalink
make that two spots.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed May 23, 2016
1 parent 4ae36bc commit 06c099b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions _tests/SessionTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
<?php
/**
* Created by PhpStorm.
* User: chris
* Date: 5/22/16
* Time: 11:52 AM
* Class SessionTest
*
* Tests include:
* testSessionNoSettings Creates and tests a new session with only default settings
* testSessionCustomSettings Creates and tests a new session with custom settings
* testSessionValue Creates new session value then changes the value
* testSessionAppendValue Creates a new session value then appends to the value
* testSessionIncrementValue Creates a new session value then increments the value
* testSessionDeleteValue Creates a new session value then deletes it
* testSessionRegenerate Regenerates session id
* testSessionFingerprint Validates session fingerprint in different situations
* testExceptionThrow Validates exception handling by class
*/

namespace ChristopherL;
Expand Down

0 comments on commit 06c099b

Please sign in to comment.