Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -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 fails | Robin McCorkell | 2015-09-05 | 1 | -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 windows | Joas Schilling | 2014-12-03 | 1 | -3/+3 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 1 | -1/+4 |
| | |||||
* | Ensure memcached extension is there before attempting to create an instance. | Andreas Fischer | 2013-12-09 | 1 | -4/+3 |
| | |||||
* | Only run memcached tests if server is available. | Andreas Fischer | 2013-12-09 | 1 | -0/+7 |
| | |||||
* | memcache: some additional unit tests | Robin Appelman | 2013-07-16 | 1 | -2/+5 |
| | |||||
* | Add memcached backend | Robin Appelman | 2013-03-17 | 1 | -0/+17 |