aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/apc_driver_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9983] Make sql cache test into a black box.Oleg Pudeyev2012-12-031-38/+0
| | | | | | | This makes it non-driver-specific and also makes it possible to make prefix variable private on drivers. PHPBB3-9983
* [ticket/9983] Also check generic APC enable/disable.Andreas Fischer2012-12-031-0/+6
| | | | PHPBB3-9983
* [ticket/9983] Use APC instead of apc in error messages.Andreas Fischer2012-12-031-1/+1
| | | | PHPBB3-9983
* [ticket/9983] Skip tests if APC is not enabled for CLI.Andreas Fischer2012-12-031-0/+6
| | | | PHPBB3-9983
* [ticket/9983] Test for apc cache driver.Oleg Pudeyev2012-12-031-0/+79
PHPBB3-9983