diff options
Diffstat (limited to 'tests/app/Http/Middleware')
32 files changed, 32 insertions, 32 deletions
diff --git a/tests/app/Http/Middleware/AuthAdministratorTest.php b/tests/app/Http/Middleware/AuthAdministratorTest.php index 82ea74a11c..c1ef6e511f 100644 --- a/tests/app/Http/Middleware/AuthAdministratorTest.php +++ b/tests/app/Http/Middleware/AuthAdministratorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthEditorTest.php b/tests/app/Http/Middleware/AuthEditorTest.php index 121b0dc25b..35bc2db3ec 100644 --- a/tests/app/Http/Middleware/AuthEditorTest.php +++ b/tests/app/Http/Middleware/AuthEditorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthLoggedInTest.php b/tests/app/Http/Middleware/AuthLoggedInTest.php index 5c289399f6..3e1ec54aee 100644 --- a/tests/app/Http/Middleware/AuthLoggedInTest.php +++ b/tests/app/Http/Middleware/AuthLoggedInTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthManagerTest.php b/tests/app/Http/Middleware/AuthManagerTest.php index 646313b4e2..c5b273f074 100644 --- a/tests/app/Http/Middleware/AuthManagerTest.php +++ b/tests/app/Http/Middleware/AuthManagerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthMemberTest.php b/tests/app/Http/Middleware/AuthMemberTest.php index cd5ef74c90..5253e591c7 100644 --- a/tests/app/Http/Middleware/AuthMemberTest.php +++ b/tests/app/Http/Middleware/AuthMemberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthModeratorTest.php b/tests/app/Http/Middleware/AuthModeratorTest.php index 3c9f3d3e09..f97409f8b3 100644 --- a/tests/app/Http/Middleware/AuthModeratorTest.php +++ b/tests/app/Http/Middleware/AuthModeratorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/BadBotBlockerTest.php b/tests/app/Http/Middleware/BadBotBlockerTest.php index d2b6f81a50..9707d58ed8 100644 --- a/tests/app/Http/Middleware/BadBotBlockerTest.php +++ b/tests/app/Http/Middleware/BadBotBlockerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/BaseUrlTest.php b/tests/app/Http/Middleware/BaseUrlTest.php index f516400d40..a75df16abf 100644 --- a/tests/app/Http/Middleware/BaseUrlTest.php +++ b/tests/app/Http/Middleware/BaseUrlTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/BootModulesTest.php b/tests/app/Http/Middleware/BootModulesTest.php index 6d1e52bcb1..9197843f1a 100644 --- a/tests/app/Http/Middleware/BootModulesTest.php +++ b/tests/app/Http/Middleware/BootModulesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CheckCsrfTest.php b/tests/app/Http/Middleware/CheckCsrfTest.php index bebe348543..ef7c167077 100644 --- a/tests/app/Http/Middleware/CheckCsrfTest.php +++ b/tests/app/Http/Middleware/CheckCsrfTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php b/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php index a2b1ba49a0..a410337903 100644 --- a/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php +++ b/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CheckForNewVersionTest.php b/tests/app/Http/Middleware/CheckForNewVersionTest.php index 440ba2f3eb..3607e64638 100644 --- a/tests/app/Http/Middleware/CheckForNewVersionTest.php +++ b/tests/app/Http/Middleware/CheckForNewVersionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/ClientIpTest.php b/tests/app/Http/Middleware/ClientIpTest.php index 95f27edf41..5895a14c20 100644 --- a/tests/app/Http/Middleware/ClientIpTest.php +++ b/tests/app/Http/Middleware/ClientIpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CompressResponseTest.php b/tests/app/Http/Middleware/CompressResponseTest.php index 02662ea027..44659b00f4 100644 --- a/tests/app/Http/Middleware/CompressResponseTest.php +++ b/tests/app/Http/Middleware/CompressResponseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/ContentLengthTest.php b/tests/app/Http/Middleware/ContentLengthTest.php index 9abcc3038f..ef990eeb85 100644 --- a/tests/app/Http/Middleware/ContentLengthTest.php +++ b/tests/app/Http/Middleware/ContentLengthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/DoHousekeepingTest.php b/tests/app/Http/Middleware/DoHousekeepingTest.php index 609860b4ce..16364e0557 100644 --- a/tests/app/Http/Middleware/DoHousekeepingTest.php +++ b/tests/app/Http/Middleware/DoHousekeepingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/EmitResponseTest.php b/tests/app/Http/Middleware/EmitResponseTest.php index 437d9aff36..a547604390 100644 --- a/tests/app/Http/Middleware/EmitResponseTest.php +++ b/tests/app/Http/Middleware/EmitResponseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/HandleExceptionsTest.php b/tests/app/Http/Middleware/HandleExceptionsTest.php index 9395d6b42e..c4112c8dc9 100644 --- a/tests/app/Http/Middleware/HandleExceptionsTest.php +++ b/tests/app/Http/Middleware/HandleExceptionsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/LoadRoutesTest.php b/tests/app/Http/Middleware/LoadRoutesTest.php index 8fc3c32269..1f0d9b58c6 100644 --- a/tests/app/Http/Middleware/LoadRoutesTest.php +++ b/tests/app/Http/Middleware/LoadRoutesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/NoRouteFoundTest.php b/tests/app/Http/Middleware/NoRouteFoundTest.php index 4d5e7c2513..3c7c6ae355 100644 --- a/tests/app/Http/Middleware/NoRouteFoundTest.php +++ b/tests/app/Http/Middleware/NoRouteFoundTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/PhpEnvironmentTest.php b/tests/app/Http/Middleware/PhpEnvironmentTest.php index 9ea253d53b..440a730738 100644 --- a/tests/app/Http/Middleware/PhpEnvironmentTest.php +++ b/tests/app/Http/Middleware/PhpEnvironmentTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/ReadConfigIniTest.php b/tests/app/Http/Middleware/ReadConfigIniTest.php index 4336f2c9ab..6d7c742b83 100644 --- a/tests/app/Http/Middleware/ReadConfigIniTest.php +++ b/tests/app/Http/Middleware/ReadConfigIniTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/RegisterGedcomTagsTest.php b/tests/app/Http/Middleware/RegisterGedcomTagsTest.php index 6f469c8d78..15f769064d 100644 --- a/tests/app/Http/Middleware/RegisterGedcomTagsTest.php +++ b/tests/app/Http/Middleware/RegisterGedcomTagsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/RequestHandlerTest.php b/tests/app/Http/Middleware/RequestHandlerTest.php index a04deed492..0114f7ff06 100644 --- a/tests/app/Http/Middleware/RequestHandlerTest.php +++ b/tests/app/Http/Middleware/RequestHandlerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/RouterTest.php b/tests/app/Http/Middleware/RouterTest.php index 2398961a01..3573aacc77 100644 --- a/tests/app/Http/Middleware/RouterTest.php +++ b/tests/app/Http/Middleware/RouterTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/SecurityHeadersTest.php b/tests/app/Http/Middleware/SecurityHeadersTest.php index fdcc3295f2..7b19fbdcb0 100644 --- a/tests/app/Http/Middleware/SecurityHeadersTest.php +++ b/tests/app/Http/Middleware/SecurityHeadersTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php b/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php index bd7e24bf3c..b812aa9eb8 100644 --- a/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php +++ b/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseDatabaseTest.php b/tests/app/Http/Middleware/UseDatabaseTest.php index 90421c241d..92462771d2 100644 --- a/tests/app/Http/Middleware/UseDatabaseTest.php +++ b/tests/app/Http/Middleware/UseDatabaseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseLanguageTest.php b/tests/app/Http/Middleware/UseLanguageTest.php index 0ce139435c..b21320881c 100644 --- a/tests/app/Http/Middleware/UseLanguageTest.php +++ b/tests/app/Http/Middleware/UseLanguageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseSessionTest.php b/tests/app/Http/Middleware/UseSessionTest.php index dfc54fa64e..582a1ccade 100644 --- a/tests/app/Http/Middleware/UseSessionTest.php +++ b/tests/app/Http/Middleware/UseSessionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseThemeTest.php b/tests/app/Http/Middleware/UseThemeTest.php index cbafc0d6a1..97480e46a8 100644 --- a/tests/app/Http/Middleware/UseThemeTest.php +++ b/tests/app/Http/Middleware/UseThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseTransactionTest.php b/tests/app/Http/Middleware/UseTransactionTest.php index c0e9ab333a..78fb0ad5f0 100644 --- a/tests/app/Http/Middleware/UseTransactionTest.php +++ b/tests/app/Http/Middleware/UseTransactionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2022 webtrees development team + * 'Copyright (C) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
