summaryrefslogtreecommitdiffstats
path: root/tests/lib/session
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-204-219/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst2016-04-261-1/+1
|
* add ISession::getId() wrapper for session_idChristoph Wurst2016-04-251-0/+9
|
* Write to session in batch at the end of the requestLukas Reschke2015-09-091-9/+0
|
* Write session data to single keyLukas Reschke2015-09-091-4/+4
| | | | This prevents decrypting values multiple times.
* Handle failures gracefully, remove switchLukas Reschke2015-08-211-3/+4
|
* Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-212-0/+134
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Make remaining files extend the test baseJoas Schilling2014-11-192-3/+5
|
* make PHPUnit happy and add assertsThomas Mueller2013-06-281-0/+2
|
* implement ArrayInterface with SessionRobin Appelman2013-05-281-0/+9
|
* Abstract the session away in a classRobin Appelman2013-05-282-0/+71