aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-083-5/+0
| | | | PHPBB3-10973
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-024-4/+4
|\ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * [ticket/9916] Updating License in the headerUnknown2012-01-024-4/+4
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-252-0/+32
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10483] Fix test suite when running with MySQL strict mode
| * [ticket/10483] Fix test suite when running with MySQL strict modeIgor Wiedler2011-11-212-0/+32
| | | | | | | | PHPBB3-10483
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-09-051-0/+51
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/10321] Add descriptions to the unit tests [ticket/10321] Do not append the ? if the param-list is empty anyway.
| * [ticket/10321] Add descriptions to the unit testsJoas Schilling2011-08-211-15/+15
| | | | | | | | PHPBB3-10321
| * [ticket/10321] Do not append the ? if the param-list is empty anyway.Joas Schilling2011-08-211-0/+51
| | | | | | | | PHPBB3-10321
* | [feature/request-class] Fix session_testable_factoryIgor Wiedler2011-08-191-3/+2
| | | | | | | | PHPBB3-9716
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-232-7/+11
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
| * [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).Andreas Fischer2011-03-192-7/+11
| | | | | | | | | | | | This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-271-15/+36
|\ \ | |/ | | | | | | | | | | | | | | | | | | * develop-olympus: [task/session-tests] Make result check independent of returned row order. [task/session-tests] By default the cache check now skips over db server info [task/session-tests] Correctly display message on session continue test failure [task/session-tests] Make the session id replacement of dataset values clearer Conflicts: tests/mock/cache.php
| * [task/session-tests] Make result check independent of returned row order.Nils Adermann2011-02-271-3/+4
| | | | | | | | PHPBB3-9732
| * [task/session-tests] Correctly display message on session continue test failureNils Adermann2011-02-271-1/+1
| | | | | | | | PHPBB3-9732
| * [task/session-tests] Make the session id replacement of dataset values clearerNils Adermann2011-02-271-12/+32
| | | | | | | | PHPBB3-9732
* | Merge branch 'develop-olympus' into developNils Adermann2011-02-244-78/+221
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/10052] Add comments to the session testable factory. [ticket/10052] Correct session tests, and separate session factory from tests
| * [ticket/10052] Add comments to the session testable factory.Nils Adermann2011-02-232-7/+60
| | | | | | | | PHPBB3-10052
| * [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-234-78/+158
|/ | | | PHPBB3-10052
* [ticket/10049] Mark session init test incomplete for now.Oleg Pudeyev2011-02-201-0/+2
| | | | | | | This test passes by itself but fails when run as part of the compete suite. Mark it incomplete to avoid breaking the suite. PHPBB3-10049
* [ticket/10049] Mark session continue test incomplete for now.Oleg Pudeyev2011-02-201-0/+2
| | | | | | | I am unable to find any code revision in which this test worked. Thus to not break the entire suite I mark it incomplete. PHPBB3-10049
* [ticket/10049] Globalize $_SID.Oleg Pudeyev2011-02-191-0/+1
| | | | PHPBB3-10049
* [ticket/10049] Chase assertResultEquals rename.Oleg Pudeyev2011-02-192-4/+4
| | | | | | | | | | | cd694e9b9dfd59c8be00a52b30db8e6c280b97a9 renamed assertResultEquals to assertSqlResultEquals. However, since the session tests were never executed calls in them were never updated. Parameter order also changed; chase that too. PHPBB3-10049
* [ticket/10049] Fixed requires in session tests and mock.Oleg Pudeyev2011-02-192-6/+4
| | | | PHPBB3-10049
* [ticket/10049] Renamed session test files to proper file names.Oleg Pudeyev2011-02-192-0/+0
| | | | | | | | phpunit.xml.dist specifies that only files ending in _test.php are test files; with the old names session tests were not run as a result. PHPBB3-10049
* [task/session-tests] Test additional combinations of session_begin.Nils Adermann2011-01-201-12/+46
| | | | PHPBB3-9732
* [task/session-tests] Added tests for the session class.Nils Adermann2011-01-204-0/+215
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