CredisStandaloneSentinelTest.php 169 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8
<?php

require_once dirname(__FILE__).'/CredisSentinelTest.php';

class CredisStandaloneSentinelTest extends CredisSentinelTest
{
    protected $useStandalone = TRUE;
}