protected function Redis_Tests_Path_PredisPathUnitTestCase::getClientInterface in Redis 7.3
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/ Path/ PredisPathUnitTestCase.test, line 14
Class
Code
protected function getClientInterface() {
return 'Predis';
}