aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/init_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10052] Add comments to the session testable factory.Nils Adermann2011-02-231-1/+1
| | | | PHPBB3-10052
* [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-231-33/+12
| | | | 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] Chase assertResultEquals rename.Oleg Pudeyev2011-02-191-2/+2
| | | | | | | | | | | 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-191-3/+2
| | | | PHPBB3-10049
* [ticket/10049] Renamed session test files to proper file names.Oleg Pudeyev2011-02-191-0/+76
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