public static function Redis_Tests_Path_PhpRedisPathUnitTestCase::getInfo in Redis 7.3
File
- lib/
Redis/ Tests/ Path/ PhpRedisPathUnitTestCase.test, line 9
Class
Code
public static function getInfo() {
return array(
'name' => 'PhpRedis path inc replacement',
'description' => 'Tests PhpRedis path inc replacement.',
'group' => 'Redis',
);
}