summaryrefslogtreecommitdiff
path: root/tests/app/Http/Middleware
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Http/Middleware')
-rw-r--r--tests/app/Http/Middleware/AuthAdministratorTest.php2
-rw-r--r--tests/app/Http/Middleware/AuthEditorTest.php2
-rw-r--r--tests/app/Http/Middleware/AuthLoggedInTest.php2
-rw-r--r--tests/app/Http/Middleware/AuthManagerTest.php2
-rw-r--r--tests/app/Http/Middleware/AuthMemberTest.php2
-rw-r--r--tests/app/Http/Middleware/AuthModeratorTest.php2
-rw-r--r--tests/app/Http/Middleware/BadBotBlockerTest.php2
-rw-r--r--tests/app/Http/Middleware/BaseUrlTest.php2
-rw-r--r--tests/app/Http/Middleware/BootModulesTest.php2
-rw-r--r--tests/app/Http/Middleware/CheckCsrfTest.php2
-rw-r--r--tests/app/Http/Middleware/CheckForMaintenanceModeTest.php2
-rw-r--r--tests/app/Http/Middleware/CheckForNewVersionTest.php2
-rw-r--r--tests/app/Http/Middleware/ClientIpTest.php2
-rw-r--r--tests/app/Http/Middleware/CompressResponseTest.php2
-rw-r--r--tests/app/Http/Middleware/ContentLengthTest.php2
-rw-r--r--tests/app/Http/Middleware/DoHousekeepingTest.php2
-rw-r--r--tests/app/Http/Middleware/EmitResponseTest.php2
-rw-r--r--tests/app/Http/Middleware/HandleExceptionsTest.php2
-rw-r--r--tests/app/Http/Middleware/LoadRoutesTest.php2
-rw-r--r--tests/app/Http/Middleware/NoRouteFoundTest.php2
-rw-r--r--tests/app/Http/Middleware/PhpEnvironmentTest.php2
-rw-r--r--tests/app/Http/Middleware/ReadConfigIniTest.php2
-rw-r--r--tests/app/Http/Middleware/RegisterGedcomTagsTest.php2
-rw-r--r--tests/app/Http/Middleware/RequestHandlerTest.php2
-rw-r--r--tests/app/Http/Middleware/RouterTest.php2
-rw-r--r--tests/app/Http/Middleware/SecurityHeadersTest.php2
-rw-r--r--tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php2
-rw-r--r--tests/app/Http/Middleware/UseDatabaseTest.php2
-rw-r--r--tests/app/Http/Middleware/UseLanguageTest.php2
-rw-r--r--tests/app/Http/Middleware/UseSessionTest.php2
-rw-r--r--tests/app/Http/Middleware/UseThemeTest.php2
-rw-r--r--tests/app/Http/Middleware/UseTransactionTest.php2
32 files changed, 32 insertions, 32 deletions
diff --git a/tests/app/Http/Middleware/AuthAdministratorTest.php b/tests/app/Http/Middleware/AuthAdministratorTest.php
index c1ef6e511f..17d698bb80 100644
--- a/tests/app/Http/Middleware/AuthAdministratorTest.php
+++ b/tests/app/Http/Middleware/AuthAdministratorTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 35bc2db3ec..aa2566ff94 100644
--- a/tests/app/Http/Middleware/AuthEditorTest.php
+++ b/tests/app/Http/Middleware/AuthEditorTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 3e1ec54aee..37d6be8ec9 100644
--- a/tests/app/Http/Middleware/AuthLoggedInTest.php
+++ b/tests/app/Http/Middleware/AuthLoggedInTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 c5b273f074..2052091296 100644
--- a/tests/app/Http/Middleware/AuthManagerTest.php
+++ b/tests/app/Http/Middleware/AuthManagerTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 5253e591c7..a966811bdb 100644
--- a/tests/app/Http/Middleware/AuthMemberTest.php
+++ b/tests/app/Http/Middleware/AuthMemberTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 f97409f8b3..548bf5e7e8 100644
--- a/tests/app/Http/Middleware/AuthModeratorTest.php
+++ b/tests/app/Http/Middleware/AuthModeratorTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 9707d58ed8..86826974f0 100644
--- a/tests/app/Http/Middleware/BadBotBlockerTest.php
+++ b/tests/app/Http/Middleware/BadBotBlockerTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 a75df16abf..03ce8cefb3 100644
--- a/tests/app/Http/Middleware/BaseUrlTest.php
+++ b/tests/app/Http/Middleware/BaseUrlTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 9197843f1a..cf99bd43ab 100644
--- a/tests/app/Http/Middleware/BootModulesTest.php
+++ b/tests/app/Http/Middleware/BootModulesTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 ef7c167077..64d4d16e38 100644
--- a/tests/app/Http/Middleware/CheckCsrfTest.php
+++ b/tests/app/Http/Middleware/CheckCsrfTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 a410337903..50d8a84d19 100644
--- a/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php
+++ b/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 3607e64638..923d49cdf8 100644
--- a/tests/app/Http/Middleware/CheckForNewVersionTest.php
+++ b/tests/app/Http/Middleware/CheckForNewVersionTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 5895a14c20..ac3f68637c 100644
--- a/tests/app/Http/Middleware/ClientIpTest.php
+++ b/tests/app/Http/Middleware/ClientIpTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 44659b00f4..1d41bbdf13 100644
--- a/tests/app/Http/Middleware/CompressResponseTest.php
+++ b/tests/app/Http/Middleware/CompressResponseTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 ef990eeb85..8a89421406 100644
--- a/tests/app/Http/Middleware/ContentLengthTest.php
+++ b/tests/app/Http/Middleware/ContentLengthTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 16364e0557..30c0653ccc 100644
--- a/tests/app/Http/Middleware/DoHousekeepingTest.php
+++ b/tests/app/Http/Middleware/DoHousekeepingTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 a547604390..463ff74872 100644
--- a/tests/app/Http/Middleware/EmitResponseTest.php
+++ b/tests/app/Http/Middleware/EmitResponseTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 c4112c8dc9..f9515a3491 100644
--- a/tests/app/Http/Middleware/HandleExceptionsTest.php
+++ b/tests/app/Http/Middleware/HandleExceptionsTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 1f0d9b58c6..bbf36c9a7f 100644
--- a/tests/app/Http/Middleware/LoadRoutesTest.php
+++ b/tests/app/Http/Middleware/LoadRoutesTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 3c7c6ae355..c48a338225 100644
--- a/tests/app/Http/Middleware/NoRouteFoundTest.php
+++ b/tests/app/Http/Middleware/NoRouteFoundTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 440a730738..cd0e03d15d 100644
--- a/tests/app/Http/Middleware/PhpEnvironmentTest.php
+++ b/tests/app/Http/Middleware/PhpEnvironmentTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 6d7c742b83..a35e64f513 100644
--- a/tests/app/Http/Middleware/ReadConfigIniTest.php
+++ b/tests/app/Http/Middleware/ReadConfigIniTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 15f769064d..df44cac108 100644
--- a/tests/app/Http/Middleware/RegisterGedcomTagsTest.php
+++ b/tests/app/Http/Middleware/RegisterGedcomTagsTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 0114f7ff06..97d66aebb1 100644
--- a/tests/app/Http/Middleware/RequestHandlerTest.php
+++ b/tests/app/Http/Middleware/RequestHandlerTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 3573aacc77..8c81b999d7 100644
--- a/tests/app/Http/Middleware/RouterTest.php
+++ b/tests/app/Http/Middleware/RouterTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 7b19fbdcb0..53e3b36ea2 100644
--- a/tests/app/Http/Middleware/SecurityHeadersTest.php
+++ b/tests/app/Http/Middleware/SecurityHeadersTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 b812aa9eb8..f3b1841a69 100644
--- a/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php
+++ b/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 92462771d2..2229330d27 100644
--- a/tests/app/Http/Middleware/UseDatabaseTest.php
+++ b/tests/app/Http/Middleware/UseDatabaseTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 b21320881c..708992c7d9 100644
--- a/tests/app/Http/Middleware/UseLanguageTest.php
+++ b/tests/app/Http/Middleware/UseLanguageTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 582a1ccade..635b954861 100644
--- a/tests/app/Http/Middleware/UseSessionTest.php
+++ b/tests/app/Http/Middleware/UseSessionTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 97480e46a8..b47437ce3b 100644
--- a/tests/app/Http/Middleware/UseThemeTest.php
+++ b/tests/app/Http/Middleware/UseThemeTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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 78fb0ad5f0..e46ba75a35 100644
--- a/tests/app/Http/Middleware/UseTransactionTest.php
+++ b/tests/app/Http/Middleware/UseTransactionTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 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