diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-18 09:05:16 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-18 10:20:57 +0000 |
| commit | 09762cb3d12bae494b5a11840dceb4be3f8ba16c (patch) | |
| tree | d309f590be776a778c4434a489e1b70cea7f2271 /tests | |
| parent | df93626bb52ff48b14844baf8098f2fc320d4155 (diff) | |
| download | webtrees-09762cb3d12bae494b5a11840dceb4be3f8ba16c.tar.gz webtrees-09762cb3d12bae494b5a11840dceb4be3f8ba16c.tar.bz2 webtrees-09762cb3d12bae494b5a11840dceb4be3f8ba16c.zip | |
Remove unused GedcomCodeAdop
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeAdopTest.php | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/app/GedcomCode/GedcomCodeAdopTest.php b/tests/app/GedcomCode/GedcomCodeAdopTest.php deleted file mode 100644 index 87a8d57e99..0000000000 --- a/tests/app/GedcomCode/GedcomCodeAdopTest.php +++ /dev/null @@ -1,40 +0,0 @@ -<?php - -/** - * webtrees: online genealogy - * Copyright (C) 2021 webtrees development team - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. - */ - -declare(strict_types=1); - -namespace Fisharebest\Webtrees\GedcomCode; - -use Fisharebest\Webtrees\TestCase; - -/** - * Test harness for the class GedcomCodeAdop - * - * @covers \Fisharebest\Webtrees\GedcomCode\GedcomCodeAdop - */ -class GedcomCodeAdopTest extends TestCase -{ - /** - * Test that the class exists - * - * @return void - */ - public function testClassExists(): void - { - self::assertTrue(class_exists(GedcomCodeAdop::class)); - } -} |
