This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Cache/Tests/Simple
Nicolas Grekas ec51b2cc26 Merge branch '4.1'
* 4.1:
  [DoctrineBridge] support __toString as documented for UniqueEntityValidator
  [travis] enable Redis cluster
  [Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses
  fix data mapper return type in docblock
  fix type error handling when writing values
2018-08-24 12:22:37 +02:00
..
AbstractRedisCacheTest.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ApcuCacheTest.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
ArrayCacheTest.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
CacheTestCase.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ChainCacheTest.php add (pdo|chain) cache (adapter|simple) prune method 2017-08-30 11:10:37 -04:00
DoctrineCacheTest.php [Cache] Rely on mock for Doctrine ArrayCache 2018-03-19 23:12:11 +01:00
FilesystemCacheTest.php add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
MemcachedCacheTest.php Revert "minor #27649 [Cache] fix Memcached tests (nicolas-grekas)" 2018-06-20 10:56:56 +02:00
MemcachedCacheTextModeTest.php Revert "minor #27649 [Cache] fix Memcached tests (nicolas-grekas)" 2018-06-20 10:56:56 +02:00
NullCacheTest.php Improve assertions 2018-02-01 04:11:27 -02:00
PdoCacheTest.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
PdoDbalCacheTest.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
PhpArrayCacheTest.php Merge branch '4.1' 2018-07-26 11:13:01 +02:00
PhpArrayCacheWithFallbackTest.php [Cache] Add ResettableInterface to allow resetting any pool's local state 2017-09-25 10:20:08 +02:00
PhpFilesCacheTest.php [Cache] Unconditionally use PhpFilesAdapter for system pools 2018-06-11 09:57:54 +02:00
Psr6CacheTest.php [Cache] Add ResettableInterface to allow resetting any pool's local state 2017-09-25 10:20:08 +02:00
RedisArrayCacheTest.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
RedisCacheTest.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
RedisClusterCacheTest.php [travis] enable Redis cluster 2018-08-24 11:22:31 +02:00
TraceableCacheTest.php [Cache] Add ResettableInterface to allow resetting any pool's local state 2017-09-25 10:20:08 +02:00