summaryrefslogtreecommitdiff
path: root/tests/app/SurnameTradition
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-10-17 15:39:41 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-10-17 15:39:41 +0100
commitfcfa147e10aaa6c7ff580c29bd6e5b88666befc1 (patch)
treee685b4ce8626018601fc338bcc4f9ba246b63a29 /tests/app/SurnameTradition
parentd81bcb4b0872041a6d333f48fcb8521a0bb0cde6 (diff)
downloadwebtrees-fcfa147e10aaa6c7ff580c29bd6e5b88666befc1.tar.gz
webtrees-fcfa147e10aaa6c7ff580c29bd6e5b88666befc1.tar.bz2
webtrees-fcfa147e10aaa6c7ff580c29bd6e5b88666befc1.zip
PSR12
Diffstat (limited to 'tests/app/SurnameTradition')
-rw-r--r--tests/app/SurnameTradition/DefaultSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/PaternalSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/PolishSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php1
-rw-r--r--tests/app/SurnameTradition/SpanishSurnameTraditionTest.php1
9 files changed, 9 insertions, 0 deletions
diff --git a/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php b/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php
index 73896a2f88..a0e594858d 100644
--- a/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php b/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php
index b4a47f1bf4..69b74ba84c 100644
--- a/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php b/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
index 1f477972f1..dc0c339cee 100644
--- a/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php b/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php
index a6349d516e..50708621f7 100644
--- a/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php b/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php
index 4b2378b8b5..79c0aad21e 100644
--- a/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php b/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php
index b48bd580c2..246d38a72b 100644
--- a/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/PolishSurnameTraditionTest.php b/tests/app/SurnameTradition/PolishSurnameTraditionTest.php
index 680a89fb7f..65aaebca95 100644
--- a/tests/app/SurnameTradition/PolishSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/PolishSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php b/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php
index 88a9c0f6f0..aa7d54f66a 100644
--- a/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
diff --git a/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php b/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php
index 9d542d86ec..5fe8cf5bdd 100644
--- a/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;