]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Model/UserTest.php
spelling: cached
[friendica.git] / tests / src / Model / UserTest.php
index b2b9bba92733e4464a836d515a8908f00d0fc4c9..f1785f99d75fd0c4cb060d8f8639aa4c3cb5d16f 100644 (file)
@@ -47,7 +47,7 @@ class UserTest extends MockedTest
                /** @var Dice|MockInterface $diceMock */
                $diceMock = $diceMock->addRules(include __DIR__ . '/../../../static/dependencies.config.php');
                $diceMock->shouldReceive('create')->withArgs([Database::class])->andReturn($this->dbMock);
-               DI::init($diceMock);
+               DI::init($diceMock, true);
 
                $this->parent = [
                        'uid'      => 1,