Skip to content

Commit ec2dbe2

Browse files
committed
fix tests
1 parent f298354 commit ec2dbe2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tests/RedisConnectionFactoryConfigTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public static function provideConfigs()
101101
'vendor' => 'phpredis',
102102
'persisted' => false,
103103
'lazy' => true,
104+
'database' => 0,
104105
],
105106
];
106107

Tests/Symfony/RedisTransportFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function testShouldAllowAddConfiguration()
5858
'vendor' => 'phpredis',
5959
'persisted' => true,
6060
'lazy' => false,
61+
'database' => 0,
6162
], $config);
6263
}
6364

0 commit comments

Comments
 (0)