aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/session_testable.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-231-0/+7
| | | | PHPBB3-10052
* [ticket/10049] Fixed requires in session tests and mock.Oleg Pudeyev2011-02-191-2/+2
| | | | PHPBB3-10049
* [task/session-tests] Added tests for the session class.Nils Adermann2011-01-201-0/+56
Two first simple tests to check functionality of session_begin and session_create. Added a mock class for the cache as well as a subclass of session which has its cookie handling function mocked out to avoid header sending problems. PHPBB3-9732