Skip to content

Commit

Permalink
qa: make RedisOptions tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed May 21, 2024
1 parent eb21c5e commit 1954975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/RedisOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class RedisOptionsTest extends AbstractAdapterOptionsTest
{
protected function createAdapterOptions(): AdapterOptions
{
return new RedisOptions();
return new RedisOptions(['server' => ['host' => 'localhost']]);
}

public function testGetSetNamespace(): void
Expand Down

0 comments on commit 1954975

Please sign in to comment.