You are here

protected function Redis_Tests_Cache_PhpRedisFlushUnitTestCase::getClientInterface in Redis 7.3

Same name and namespace in other branches
  1. 7.2 lib/Redis/Tests/Cache/PhpRedisFlushUnitTestCase.test \Redis_Tests_Cache_PhpRedisFlushUnitTestCase::getClientInterface()

Set up the Redis configuration.

Set up the needed variables using variable_set() if necessary.

Return value

string Client interface or null if not exists

Overrides Redis_Tests_AbstractUnitTestCase::getClientInterface

File

lib/Redis/Tests/Cache/PhpRedisFlushUnitTestCase.test, line 18

Class

Redis_Tests_Cache_PhpRedisFlushUnitTestCase

Code

protected function getClientInterface() {
  return 'PhpRedis';
}