diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-06-28 11:27:44 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-06-28 11:33:16 +0100 |
| commit | 4d35caa736b1f4119b8a949d1cbca5644dbf4e23 (patch) | |
| tree | 2c47f968ccb5710a842688aa489624bcd7e5d2ca /tests | |
| parent | 1197bb9cb49467b99c3a10f99876cf6c5b3b37ff (diff) | |
| download | webtrees-4d35caa736b1f4119b8a949d1cbca5644dbf4e23.tar.gz webtrees-4d35caa736b1f4119b8a949d1cbca5644dbf4e23.tar.bz2 webtrees-4d35caa736b1f4119b8a949d1cbca5644dbf4e23.zip | |
Fix: #2600 - refactor markdown formatting to allow XREF links to be disabled
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/app/FilterTest.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/app/FilterTest.php b/tests/app/FilterTest.php deleted file mode 100644 index 4a0a6a0c19..0000000000 --- a/tests/app/FilterTest.php +++ /dev/null @@ -1,38 +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; - -/** - * Test harness for the class Filter - * - * @covers \Fisharebest\Webtrees\Filter - */ -class FilterTest extends TestCase -{ - /** - * Test that the class exists - * - * @return void - */ - public function testClassExists(): void - { - self::assertTrue(class_exists(Filter::class)); - } -} |
