We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89bd6d commit f298354Copy full SHA for f298354
Tests/RedisConnectionFactoryConfigTest.php
@@ -71,6 +71,7 @@ public static function provideConfigs()
71
'vendor' => 'phpredis',
72
'persisted' => false,
73
'lazy' => true,
74
+ 'database' => 0,
75
],
76
];
77
@@ -85,6 +86,7 @@ public static function provideConfigs()
85
86
87
88
89
90
91
92
@@ -114,6 +116,7 @@ public static function provideConfigs()
114
116
'persisted' => true,
115
117
'lazy' => false,
118
'foo' => 'bar',
119
120
121
122
@@ -129,6 +132,7 @@ public static function provideConfigs()
129
132
130
133
131
134
135
136
137
138
}
0 commit comments