summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Session_test.php
AgeCommit message (Collapse)AuthorFilesLines
2014-06-02Disable session testsAndrey Andreev1-0/+14
2014-02-11Some other small writing consistency fixesdarwinel1-1/+1
As described in the Style guide. Found after some grep’ing.
2014-02-08Small Style fixdarwinel1-1/+1
General Style and Syntax
2014-01-24Righting a wrong in the Session libraryAndrey Andreev1-10/+10
- Change userdata(), flashdata(), tempdata() to return all the respective data when no parameter is passed. - Revert the addition of all_flashdata(). - Deprecate all_userdata(). - Fix related changelog entries that were all inconsistent.
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+3
2012-11-30Merge pull request #2043 from johnathancroom/keep_flash_data_arrayAndrey Andreev1-0/+50
Test for keep_flashdata accepting an array
2012-11-30keep_flashdata array testJohnathan Croom1-1/+51
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