use Symfony\Component\Cache\Adapter\AdapterInterface;
use Symfony\Component\Cache\Adapter\RedisAdapter;
use Symfony\Component\Cache\Adapter\TagAwareAdapter;
use Symfony\Component\Cache\Exception\InvalidArgumentException;
use Symfony\Component\HttpKernel\KernelInterface;
class CachePoolsTest extends AbstractWebTestCase
{ public function testCachePools() { $this->
doTestCachePools([], AdapterInterface::
class);
} /**
* @requires extension redis
*
* @group integration
*/
public function testRedisCachePools() { $this->
skipIfRedisUnavailable();