Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php37 public const DEFAULT = ''; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php55 $this->register(self::DEFAULT, new DefaultSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php42 …tanceOf(DefaultSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::DEFAULT));