]> git.mxchange.org Git - friendica.git/blobdiff - tests/FixtureTestTrait.php
Add .htaccess file to exclusion list in Update.md
[friendica.git] / tests / FixtureTestTrait.php
index d8524bae9bd5338c97178aeca8fa920f2447b00f..4bb750bf9d0b96c978fdd7f1d8cbcef8bdbfdb37 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+/**
+ * @copyright Copyright (C) 2010-2023, the Friendica project
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ */
 
 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, [