aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/common_test_case.php
Commit message (Collapse)AuthorAgeFilesLines
* [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