summaryrefslogtreecommitdiff
path: root/tests/app/Statistics/Google/ChartMarriageAgeTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-01-29 16:15:10 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-11 22:50:04 +0000
commit3afec007854814e4580599c5b05bda4501764133 (patch)
tree66935d00765272c50d347536392ed4149377dc33 /tests/app/Statistics/Google/ChartMarriageAgeTest.php
parent2bfee398992e84af8dbcab92c238f175dbed35bf (diff)
downloadwebtrees-3afec007854814e4580599c5b05bda4501764133.tar.gz
webtrees-3afec007854814e4580599c5b05bda4501764133.tar.bz2
webtrees-3afec007854814e4580599c5b05bda4501764133.zip
Refactor statistics
Diffstat (limited to 'tests/app/Statistics/Google/ChartMarriageAgeTest.php')
-rw-r--r--tests/app/Statistics/Google/ChartMarriageAgeTest.php32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/app/Statistics/Google/ChartMarriageAgeTest.php b/tests/app/Statistics/Google/ChartMarriageAgeTest.php
deleted file mode 100644
index 57dba692c5..0000000000
--- a/tests/app/Statistics/Google/ChartMarriageAgeTest.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-
-/**
- * webtrees: online genealogy
- * Copyright (C) 2025 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\Statistics\Google;
-
-use Fisharebest\Webtrees\TestCase;
-use PHPUnit\Framework\Attributes\CoversClass;
-
-#[CoversClass(ChartMarriageAge::class)]
-class ChartMarriageAgeTest extends TestCase
-{
- public function testClass(): void
- {
- self::assertTrue(class_exists(ChartMarriageAge::class));
- }
-}