aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/common_test_case.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-0/+3
| | | | PHPBB3-14948
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Fix config namespace mishap in cache testsNils Adermann2013-09-161-5/+5
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
| | | | PHPBB3-11700
* [ticket/11037] Fix unit tests.Oleg Pudeyev2012-12-291-2/+3
| | | | PHPBB3-11037
* [ticket/9983] Make sql cache test into a black box.Oleg Pudeyev2012-12-031-0/+33
| | | | | | | This makes it non-driver-specific and also makes it possible to make prefix variable private on drivers. PHPBB3-9983
* [ticket/9983] Add a test for destroy.Oleg Pudeyev2012-12-011-0/+23
| | | | PHPBB3-9983
* [ticket/9983] Exercise exists also.Oleg Pudeyev2012-12-011-1/+3
| | | | PHPBB3-9983
* [ticket/9983] Add a purge test.Oleg Pudeyev2012-12-011-0/+15
| | | | PHPBB3-9983
* [ticket/9983] get/put cache test moved to a base class.Oleg Pudeyev2012-12-011-0/+24
PHPBB3-9983