You are here

PredisPathUnitTestCase.test in Redis 7.3

File

lib/Redis/Tests/Path/PredisPathUnitTestCase.test
View source
<?php

class Redis_Tests_Path_PredisPathUnitTestCase extends Redis_Tests_Path_PathUnitTestCase {
  public static function getInfo() {
    return array(
      'name' => 'Predis path inc replacement',
      'description' => 'Tests Predis path inc replacement.',
      'group' => 'Redis',
    );
  }
  protected function getClientInterface() {
    return 'Predis';
  }

}