From 3cb8af21eed15b9db2872c11a23942a5a43bdaa8 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Thu, 3 Oct 2019 12:35:00 +0200 Subject: [PATCH] Fix class-string --- tests/lib/SimpleSAML/Store/RedisTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/SimpleSAML/Store/RedisTest.php b/tests/lib/SimpleSAML/Store/RedisTest.php index c893fa3a9..b855925a1 100644 --- a/tests/lib/SimpleSAML/Store/RedisTest.php +++ b/tests/lib/SimpleSAML/Store/RedisTest.php @@ -130,7 +130,7 @@ class RedisTest extends TestCase $this->assertInstanceOf(Store\Redis::class, $store); - $this->clearInstance($config, configuration::Class); + $this->clearInstance($config, Configuration::class); $this->clearInstance($store, Store::class); } -- GitLab