Skip to content

Commit 72ad891

Browse files
committed
Resolve UndefinedMethod (4x)
1 parent 337621b commit 72ad891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/SimpleSAML/Store/RedisStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function setUp(): void
4040
$this->client = new class ($this) extends Client
4141
{
4242
public function __construct(
43-
protected TestCase $unitTest
43+
protected RedisStoreTest $unitTest
4444
) {
4545
}
4646

0 commit comments

Comments
 (0)