Skip to content
Snippets Groups Projects
Unverified Commit 3cb8af21 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix class-string

parent 681d0077
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ class RedisTest extends TestCase ...@@ -130,7 +130,7 @@ class RedisTest extends TestCase
$this->assertInstanceOf(Store\Redis::class, $store); $this->assertInstanceOf(Store\Redis::class, $store);
$this->clearInstance($config, configuration::Class); $this->clearInstance($config, Configuration::class);
$this->clearInstance($store, Store::class); $this->clearInstance($store, Store::class);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment