We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3076552 commit 35a9799Copy full SHA for 35a9799
tests/testcases/core/services/loaders/CachingLoaderTest.php
@@ -43,7 +43,7 @@ public function set_up()
43
//different persistence tests
44
if (! CachingLoaderTest::$caching_loader instanceof LoaderDecorator) {
45
CachingLoaderTest::$caching_loader = new CachingLoaderMock(
46
- new CoreLoader(EE_Registry::instance()),
+ new CoreLoader(EE_Registry::reset()),
47
new LooseCollection(''),
48
new ObjectIdentifier(new ClassInterfaceCache())
49
);
0 commit comments