File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
917namespace ChristopherL ;
You can’t perform that action at this time.
0 commit comments