aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_session_test_case.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15294] Minor code adjustingrxu2019-11-051-1/+1
| | | | PHPBB3-15294
* [ticket/15294] Add session_gc() testsrxu2019-11-051-1/+23
| | | | PHPBB3-15294
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+1
| | | | PHPBB3-13338
* [ticket/13138] Type hint the variables for IDE usageJoas Schilling2014-10-171-0/+5
| | | | PHPBB3-13138
* [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| | | | PHPBB3-12099
* [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
| | | | PHPBB3-12099
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [ticket/11850] Fix testsNathan Guse2013-09-301-2/+3
| | | | PHPBB3-11850
* [ticket/11850] Update for namespacesNathan Guse2013-09-301-3/+8
| | | | PHPBB3-11850
* [ticket/11850] page_name contains controller request rather than query stringNathan Guse2013-09-171-0/+7
| | | | | | Fixing tests PHPBB3-11850
* [ticket/11620] Whitespace and combine function into test_caseAndy Chase2013-07-221-0/+9
| | | | PHPBB3-11620
* [ticket/11620] Abstracted session setUp into a test_case classasperous2013-07-221-0/+27
When defining a database test case with a setUp function, it is important to call the parent's setup function, because that is when the database is setup. PHPBB3-11620