Home
last modified time | relevance | path

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

/webtrees/tests/app/Factories/
H A DTimestampFactoryTest.php30 self::assertTrue(class_exists(TimestampFactory::class));
/webtrees/app/Factories/
H A DTimestampFactory.php38 class TimestampFactory implements TimestampFactoryInterface class
/webtrees/app/
H A DWebtrees.php48 use Fisharebest\Webtrees\Factories\TimestampFactory; alias