diff options
Diffstat (limited to 'vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php')
| -rw-r--r-- | vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php b/vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php index dd5e1509c1..a9f5d98b92 100644 --- a/vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php +++ b/vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php @@ -13,6 +13,9 @@ namespace Symfony\Component\Cache\Tests\Simple; use Symfony\Component\Cache\Simple\RedisCache; +/** + * @group legacy + */ abstract class AbstractRedisCacheTest extends CacheTestCase { protected $skippedTests = [ |
