aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/memcache/memcached.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-52/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-051-0/+23
| | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data.
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-3/+3
|
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+4
|
* Ensure memcached extension is there before attempting to create an instance.Andreas Fischer2013-12-091-4/+3
|
* Only run memcached tests if server is available.Andreas Fischer2013-12-091-0/+7
|
* memcache: some additional unit testsRobin Appelman2013-07-161-2/+5
|
* Add memcached backendRobin Appelman2013-03-171-0/+17