summaryrefslogtreecommitdiffstats
path: root/tests/lib/session
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-204-219/+0
* 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
* 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