We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337621b commit 72ad891Copy full SHA for 72ad891
1 file changed
tests/src/SimpleSAML/Store/RedisStoreTest.php
@@ -40,7 +40,7 @@ protected function setUp(): void
40
$this->client = new class ($this) extends Client
41
{
42
public function __construct(
43
- protected TestCase $unitTest
+ protected RedisStoreTest $unitTest
44
) {
45
}
46
0 commit comments