aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16223] Use constructor arguments instead of func_get_args()Marc Alexander2019-11-251-1/+1
* [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-251-1/+20
* [ticket/16223] Add test for memcached driverMarc Alexander2019-11-251-0/+46
* [ticket/15922] Remove driver for discontinued APC cacheMarc Alexander2019-10-031-56/+0
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-097-19/+21
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
* [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-1/+1
* [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-0/+0
* [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-0/+17
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [PHPBB3-15247] Add support for php v7 APCu cache APIv12mike2017-06-261-0/+58
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-3/+3
* [ticket/13782] Rename null driver test to dummy driver testMarc Alexander2015-05-041-1/+1
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
* [ticket/11224] Updates testsTristan Darricau2014-10-033-27/+25
* [ticket/11224] Revert Revert "Merge pull request #2460 from ticket/11224"Tristan Darricau2014-10-033-0/+272
* [ticket/11224] Revert "Merge pull request #2460 from Nicofuma/ticket/11224"Joas Schilling2014-10-013-272/+0
* Merge pull request #2460 from Nicofuma/ticket/11224Joas Schilling2014-10-013-0/+272
|\
| * [ticket/11224] Adds a test caseTristan Darricau2014-09-241-0/+16
| * [ticket/11224] Use assertNotEquals(false) instead of assertNotFalse()Tristan Darricau2014-05-151-1/+1
| * [ticket/11224] Add unit testTristan Darricau2014-05-153-0/+256
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-15/+35
* [ticket/12486] Make assertion on the return to remove "Risky" from phpunitJoas Schilling2014-05-051-4/+2
* [ticket/11700] Fix config namespace mishap in cache testsNils Adermann2013-09-162-9/+9
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-16/+16
* [ticket/11037] Fix unit tests.Oleg Pudeyev2012-12-292-4/+6
* Merge remote-tracking branch 'p/ticket/9983' into developAndreas Fischer2012-12-044-118/+33
|\
| * [ticket/9983] Make sql cache test into a black box.Oleg Pudeyev2012-12-034-118/+33
* | [ticket/9983] Correct incorrect markTestSkipped call.Oleg Pudeyev2012-12-041-1/+1
|/
* [ticket/9983] Also check generic APC enable/disable.Andreas Fischer2012-12-031-0/+6
* [ticket/9983] Use APC instead of apc in error messages.Andreas Fischer2012-12-031-1/+1
* [ticket/9983] Skip tests if APC is not enabled for CLI.Andreas Fischer2012-12-031-0/+6
* [ticket/9983] Test for apc cache driver.Oleg Pudeyev2012-12-031-0/+79
* [ticket/9983] Add a test for destroy.Oleg Pudeyev2012-12-012-0/+29
* [ticket/9983] Exercise exists also.Oleg Pudeyev2012-12-011-1/+3
* [ticket/9983] Add a purge test.Oleg Pudeyev2012-12-012-0/+21
* [ticket/9983] Rename test methods.Oleg Pudeyev2012-12-013-3/+3
* [ticket/9983] get/put cache test moved to a base class.Oleg Pudeyev2012-12-014-14/+40
* [ticket/9983] Create driver in setup in null driver test.Oleg Pudeyev2012-12-011-3/+10
* [ticket/9983] Split cache test into per-driver files.Oleg Pudeyev2012-12-014-208/+251
* [ticket/9983] Add redis cache driver tests.Oleg Pudeyev2012-12-011-2/+66
* [ticket/10875] tests/cache/cache_test.php: Use single quotes where possible.Andreas Fischer2012-12-011-2/+2
* [ticket/10875] Test for null cache driver and sql cache.Oleg Pudeyev2012-11-301-0/+29
* [ticket/10875] Revise sql cache test.Oleg Pudeyev2012-11-301-4/+10
* [ticket/10875] Fix cache testNathan Guse2012-08-061-1/+1
* [ticket/10875] Break queries onto separate lines and use double quotesNathan Guse2012-08-061-3/+6
* [ticket/10875] Close $db connection at end of testNathan Guse2012-08-061-0/+2
* [ticket/10875] Use fixtures for sql cache testNathan Guse2012-08-062-12/+34
* [ticket/10875] Return $query_id from sql_saveNathan Guse2012-08-061-1/+31
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1