aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ticket/10729' into ticket/10729-ascJoas Schilling2014-09-231-0/+7
|\ | | | | | | | | Conflicts: phpBB/includes/functions_user.php
| * [ticket/10729] Ensure that no bans exist before testing create_sessionJoas Schilling2014-09-221-0/+7
| | | | | | | | PHPBB3-10729
* | [ticket/12429] Can not insert into more columns than exist.Andreas Fischer2014-05-031-1/+0
| | | | | | | | PHPBB3-12429
* | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-065-28/+0
| | | | | | | | PHPBB3-12115
* | [ticket/11620] Changes to match mergeAndy Chase2013-07-221-0/+3
| | | | | | | | PHPBB3-11620
* | [ticket/11620] Added garbage_collection_testasperous2013-07-221-0/+58
| | | | | | | | PHPBB3-11620
* | [ticket/11620] Added a test for checking if users are bannedasperous2013-07-221-0/+66
| | | | | | | | PHPBB3-11620
* | [ticket/11620] Added manual key testasperous2013-07-221-0/+44
|/ | | | PHPBB3-11620
* [ticket/10483] Fix test suite when running with MySQL strict modeIgor Wiedler2011-11-212-0/+32
| | | | PHPBB3-10483
* [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).Andreas Fischer2011-03-191-2/+2
| | | | | | This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082
* [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-231-0/+6
| | | | PHPBB3-10052
* [task/session-tests] Added tests for the session class.Nils Adermann2011-01-202-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