Fix tests (remove superfluous second parameter)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user