summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-04-21 12:05:06 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-04-21 18:40:39 +0100
commit31e26437ced335f6cfffa802b218790e17e53586 (patch)
tree7e92ac70e11920eeced97e3052190412f1b9cec2 /tests
parent0f1e0f10e36ff247d0dca153a69a8b8d622c6986 (diff)
downloadwebtrees-31e26437ced335f6cfffa802b218790e17e53586.tar.gz
webtrees-31e26437ced335f6cfffa802b218790e17e53586.tar.bz2
webtrees-31e26437ced335f6cfffa802b218790e17e53586.zip
Remove 'booklet' views from ancestors and descendants charts.
Diffstat (limited to 'tests')
-rw-r--r--tests/app/Functions/FunctionsChartsTest.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/app/Functions/FunctionsChartsTest.php b/tests/app/Functions/FunctionsChartsTest.php
deleted file mode 100644
index 92168d0078..0000000000
--- a/tests/app/Functions/FunctionsChartsTest.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-/**
- * webtrees: online genealogy
- * Copyright (C) 2019 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 <http://www.gnu.org/licenses/>.
- */
-declare(strict_types=1);
-
-namespace Fisharebest\Webtrees\Functions;
-
-/**
- * Unit tests for the global functions in the file includes/functions/functions_charts.php
- */
-class FunctionsChartsTest extends \Fisharebest\Webtrees\TestCase
-{
- /**
- * Test that the class exists
- *
- * @return void
- */
- public function testClassExists(): void
- {
- $this->assertTrue(class_exists('\Fisharebest\Webtrees\Functions\FunctionsCharts'));
- }
-}