Skip to content

Commit f298354

Browse files
committed
fix tests
1 parent e89bd6d commit f298354

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/RedisConnectionFactoryConfigTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public static function provideConfigs()
7171
'vendor' => 'phpredis',
7272
'persisted' => false,
7373
'lazy' => true,
74+
'database' => 0,
7475
],
7576
];
7677

@@ -85,6 +86,7 @@ public static function provideConfigs()
8586
'vendor' => 'phpredis',
8687
'persisted' => false,
8788
'lazy' => true,
89+
'database' => 0,
8890
],
8991
];
9092

@@ -114,6 +116,7 @@ public static function provideConfigs()
114116
'persisted' => true,
115117
'lazy' => false,
116118
'foo' => 'bar',
119+
'database' => 0,
117120
],
118121
];
119122

@@ -129,6 +132,7 @@ public static function provideConfigs()
129132
'persisted' => false,
130133
'lazy' => true,
131134
'foo' => 'bar',
135+
'database' => 0,
132136
],
133137
];
134138
}

0 commit comments

Comments
 (0)