From 51ab7f4fcb806d624f3973f6e85b595d3209ee2f Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 13 Feb 2023 20:56:19 +0100 Subject: [PATCH] code review --- tests/FixtureTestTrait.php | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/tests/FixtureTestTrait.php b/tests/FixtureTestTrait.php index d8524bae9..4bb750bf9 100644 --- a/tests/FixtureTestTrait.php +++ b/tests/FixtureTestTrait.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Test; @@ -39,8 +58,7 @@ trait FixtureTestTrait ->addRules(include __DIR__ . '/../static/dependencies.config.php') ->addRule(ConfigFileManager::class, [ 'instanceOf' => Config::class, - 'call' => [['createConfigFileManager', [$this->root->url(), $server,], - Dice::CHAIN_CALL]]]) + 'call' => [['createConfigFileManager', [$this->root->url(), $server,], Dice::CHAIN_CALL]]]) ->addRule(Database::class, ['instanceOf' => StaticDatabase::class, 'shared' => true]) ->addRule(IHandleSessions::class, ['instanceOf' => Memory::class, 'shared' => true, 'call' => null]) ->addRule(Arguments::class, [