aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/redis_driver_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-3/+8
| | | | PHPBB3-14948
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* Merge remote-tracking branch 'p/ticket/9983' into developAndreas Fischer2012-12-041-42/+0
|\ | | | | | | | | * p/ticket/9983: [ticket/9983] Make sql cache test into a black box.
| * [ticket/9983] Make sql cache test into a black box.Oleg Pudeyev2012-12-031-42/+0
| | | | | | | | | | | | | | This makes it non-driver-specific and also makes it possible to make prefix variable private on drivers. PHPBB3-9983
* | [ticket/9983] Correct incorrect markTestSkipped call.Oleg Pudeyev2012-12-041-1/+1
|/ | | | PHPBB3-9983
* [ticket/9983] Rename test methods.Oleg Pudeyev2012-12-011-1/+1
| | | | PHPBB3-9983
* [ticket/9983] get/put cache test moved to a base class.Oleg Pudeyev2012-12-011-1/+3
| | | | PHPBB3-9983
* [ticket/9983] Split cache test into per-driver files.Oleg Pudeyev2012-12-011-0/+89
PHPBB3-9983