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