]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/InstallerTest.php
Merge pull request #8128 from nupplaphil/task/di_static_methods
[friendica.git] / tests / src / Core / InstallerTest.php
index dd7790e7399154492562bc6a3e1f3443e01c7f8a..370373850a54503a7250e7b34063a734c5d61b32 100644 (file)
@@ -34,7 +34,7 @@ class InstallerTest extends MockedTest
                $dice = $dice->addRules(include __DIR__ . '/../../../static/dependencies.config.php');
 
                $dice->shouldReceive('create')
-                          ->with(\Friendica\Core\L10n\L10n::class, [])
+                          ->with(\Friendica\Core\L10n\L10n::class)
                           ->andReturn($this->l10nMock);
 
                DI::init($dice);