1 | <?php |
||
8 | class RedisTest extends TestCase |
||
|
|||
9 | { |
||
10 | private const PHPREDIS_OPT_SERIALIZER = 1; |
||
11 | private const PHPREDIS_SERIALIZER_IGBINARY = 2; |
||
12 | |||
13 | /** @test */ |
||
14 | public function it_should_return_instance_with_custom_serializer() |
||
25 | |||
26 | public function createConnection(string $driver, array $config = []): RedisManager |
||
47 | } |
||
48 |