CredisStandaloneSentinelTest.php 169 B

12345678
  1. <?php
  2. require_once dirname(__FILE__).'/CredisSentinelTest.php';
  3. class CredisStandaloneSentinelTest extends CredisSentinelTest
  4. {
  5. protected $useStandalone = TRUE;
  6. }