From 3d2c98d1066d5e178a3d1ceb3bdc58b7ba8ee926 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 15 Feb 2021 10:28:36 +0000 Subject: Gedcom elements --- tests/app/Elements/PlaceLivingOrdinanceTest.php | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/app/Elements/PlaceLivingOrdinanceTest.php (limited to 'tests/app/Elements/PlaceLivingOrdinanceTest.php') diff --git a/tests/app/Elements/PlaceLivingOrdinanceTest.php b/tests/app/Elements/PlaceLivingOrdinanceTest.php new file mode 100644 index 0000000000..376af14096 --- /dev/null +++ b/tests/app/Elements/PlaceLivingOrdinanceTest.php @@ -0,0 +1,39 @@ +. + */ + +declare(strict_types=1); + +namespace Fisharebest\Webtrees\Elements; + +/** + * Test harness for the class PlaceLivingOrdinance + * + * @covers \Fisharebest\Webtrees\Elements\AbstractElement + * @covers \Fisharebest\Webtrees\Elements\PlaceLivingOrdinance + */ +class PlaceLivingOrdinanceTest extends AbstractElementTest +{ + /** + * Standard tests for all elements. + */ + public static function setupBeforeClass(): void + { + parent::setUpBeforeClass(); + + self::$element = new PlaceLivingOrdinance('label'); + } +} -- cgit v1.3