Home
last modified time | relevance | path

Searched refs:LITHUANIAN (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php35 public const LITHUANIAN = 'lithuanian'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php53 $this->register(self::LITHUANIAN, new LithuanianSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php44 …f(LithuanianSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::LITHUANIAN));