From e62320c011443ac3ada47f922579435e704bdb9a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Oct 2021 22:16:07 +0200 Subject: [PATCH] more tests and make classes final --- tests/Models/NullTag.php | 42 ++++++++++++++++++++++++++++++++++++ tests/Models/NullTagL11n.php | 42 ++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 tests/Models/NullTag.php create mode 100644 tests/Models/NullTagL11n.php diff --git a/tests/Models/NullTag.php b/tests/Models/NullTag.php new file mode 100644 index 0000000..a100e23 --- /dev/null +++ b/tests/Models/NullTag.php @@ -0,0 +1,42 @@ +getId()); + } +} diff --git a/tests/Models/NullTagL11n.php b/tests/Models/NullTagL11n.php new file mode 100644 index 0000000..9cfd948 --- /dev/null +++ b/tests/Models/NullTagL11n.php @@ -0,0 +1,42 @@ +getId()); + } +}