mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
remove name parameter
This commit is contained in:
parent
08b60c2558
commit
5f7de9d028
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class AddonManagerHelperTest extends TestCase
|
||||||
{
|
{
|
||||||
$addonManagerHelper = new AddonManagerHelper(
|
$addonManagerHelper = new AddonManagerHelper(
|
||||||
__DIR__ . '/../../../Util/addons',
|
__DIR__ . '/../../../Util/addons',
|
||||||
$this->createStub(originalClassName: IManageConfigValues::class),
|
$this->createStub(IManageConfigValues::class),
|
||||||
$this->createStub(Profiler::class)
|
$this->createStub(Profiler::class)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue