1 | <?php |
||
11 | final class RedisCollectionTest extends TestCase |
||
12 | { |
||
13 | const AUTH = 'my-super-secret-password'; |
||
14 | |||
15 | /** |
||
16 | * @test |
||
17 | * @dataProvider provideDsnWithAut |
||
18 | */ |
||
19 | public function handleDsnWithAuth(string $dsn) |
||
36 | |||
37 | private function assertAuthPropertyValue(Redis $check, string $auth) |
||
48 | |||
49 | public function provideDsnWithAut(): array |
||
56 | } |
||
57 |