summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Session_test.php
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-51/+23
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-5/+7
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-09Overloaded is_cli_request in Input mock for Session testdchill421-11/+6
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-28Minor session test improvementsdchill421-65/+117
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-07-31Coding standard cleanup and added userdata resync on sess_regenerate()dchill421-12/+61
2012-07-31Added Session driver library unit tests and added driver library autoloading ↵dchill421-0/+304
to test framework