summaryrefslogtreecommitdiff
path: root/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-17 15:22:08 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-18 18:18:42 +0000
commit8d0ebef0d075981bd943e8256e2c81a3b1e92b4b (patch)
tree6ce584137d2125125417a6c749d5d5e9a11611f1 /tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
parentada1c84947c5c97bcc08a94582e9443f18df3d13 (diff)
downloadwebtrees-8d0ebef0d075981bd943e8256e2c81a3b1e92b4b.tar.gz
webtrees-8d0ebef0d075981bd943e8256e2c81a3b1e92b4b.tar.bz2
webtrees-8d0ebef0d075981bd943e8256e2c81a3b1e92b4b.zip
Prefer class-constants to global-constants
Diffstat (limited to 'tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php')
-rw-r--r--tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php b/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
index 38798a0109..3ca6ae55ab 100644
--- a/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
+++ b/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
@@ -17,9 +17,6 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\SurnameTradition;
-use Fisharebest\Webtrees\SurnameTradition\LithuanianSurnameTradition;
-use Fisharebest\Webtrees\SurnameTradition\SurnameTraditionInterface;
-
/**
* Test harness for the class SpanishSurnameTradition
*/