aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Memcache/RedisTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: run rector on testsRobin Appelman2025-06-121-6/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-211-0/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* redis: move lua scripts to class and add type hintsVarun Patil2023-05-101-3/+1
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* add test to verify redis lua script hashesRobin Appelman2023-04-171-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-071-0/+4
| | | | | | Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Skip redis if not configuredRoeland Jago Douma2019-11-271-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make cache tests a bit more clearMorris Jobke2017-05-041-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Restoring the error handler within the error handler causes unexpected resultsJoas Schilling2017-04-201-3/+10
| | | | | | | See http://php.net/manual/en/function.restore-error-handler.php#120879 for more information. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+39
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader