summaryrefslogtreecommitdiff
path: root/tests/app/Statistics/Google
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Statistics/Google')
-rw-r--r--tests/app/Statistics/Google/ChartAgeTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartBirthTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartChildrenTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartCommonGivenTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartCommonSurnameTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartDeathTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartDistributionTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartDivorceTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartFamilyLargestTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartMarriageAgeTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartMarriageTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartMediaTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartMortalityTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php35
-rw-r--r--tests/app/Statistics/Google/ChartSexTest.php35
17 files changed, 595 insertions, 0 deletions
diff --git a/tests/app/Statistics/Google/ChartAgeTest.php b/tests/app/Statistics/Google/ChartAgeTest.php
new file mode 100644
index 0000000000..fe19a3c438
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartAgeTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartAge
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartAge
+ */
+class ChartAgeTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartAge::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartBirthTest.php b/tests/app/Statistics/Google/ChartBirthTest.php
new file mode 100644
index 0000000000..a1829981e9
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartBirthTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartBirth
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartBirth
+ */
+class ChartBirthTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartBirth::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartChildrenTest.php b/tests/app/Statistics/Google/ChartChildrenTest.php
new file mode 100644
index 0000000000..2d7e64b94c
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartChildrenTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartChildren
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartChildren
+ */
+class ChartChildrenTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartChildren::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartCommonGivenTest.php b/tests/app/Statistics/Google/ChartCommonGivenTest.php
new file mode 100644
index 0000000000..e63b82c682
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartCommonGivenTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartCommonGiven
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartCommonGiven
+ */
+class ChartCommonGivenTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartCommonGiven::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartCommonSurnameTest.php b/tests/app/Statistics/Google/ChartCommonSurnameTest.php
new file mode 100644
index 0000000000..aa8aa31a79
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartCommonSurnameTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartCommonSurname
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartCommonSurname
+ */
+class ChartCommonSurnameTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartCommonSurname::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartDeathTest.php b/tests/app/Statistics/Google/ChartDeathTest.php
new file mode 100644
index 0000000000..74ba21f2ad
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartDeathTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartDeath
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartDeath
+ */
+class ChartDeathTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartDeath::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartDistributionTest.php b/tests/app/Statistics/Google/ChartDistributionTest.php
new file mode 100644
index 0000000000..d7c035345a
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartDistributionTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartDistribution
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartDistribution
+ */
+class ChartDistributionTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartDistribution::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartDivorceTest.php b/tests/app/Statistics/Google/ChartDivorceTest.php
new file mode 100644
index 0000000000..b3ae062e5b
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartDivorceTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartDivorce
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartDivorce
+ */
+class ChartDivorceTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartDivorce::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartFamilyLargestTest.php b/tests/app/Statistics/Google/ChartFamilyLargestTest.php
new file mode 100644
index 0000000000..53b345fbc7
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartFamilyLargestTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartFamilyLargest
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartFamilyLargest
+ */
+class ChartFamilyLargestTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartFamilyLargest::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php b/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php
new file mode 100644
index 0000000000..2f59099f35
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartFamilyWithSources
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartFamilyWithSources
+ */
+class ChartFamilyWithSourcesTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartFamilyWithSources::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php b/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php
new file mode 100644
index 0000000000..637740086b
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartIndividualWithSources
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartIndividualWithSources
+ */
+class ChartIndividualWithSourcesTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartIndividualWithSources::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartMarriageAgeTest.php b/tests/app/Statistics/Google/ChartMarriageAgeTest.php
new file mode 100644
index 0000000000..a67e27d651
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartMarriageAgeTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartMarriageAge
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartMarriageAge
+ */
+class ChartMarriageAgeTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartMarriageAge::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartMarriageTest.php b/tests/app/Statistics/Google/ChartMarriageTest.php
new file mode 100644
index 0000000000..22bff25971
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartMarriageTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartMarriage
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartMarriage
+ */
+class ChartMarriageTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartMarriage::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartMediaTest.php b/tests/app/Statistics/Google/ChartMediaTest.php
new file mode 100644
index 0000000000..d7bae05411
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartMediaTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartMedia
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartMedia
+ */
+class ChartMediaTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartMedia::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartMortalityTest.php b/tests/app/Statistics/Google/ChartMortalityTest.php
new file mode 100644
index 0000000000..65d1cd3a21
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartMortalityTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartMortality
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartMortality
+ */
+class ChartMortalityTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartMortality::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php b/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php
new file mode 100644
index 0000000000..bd07f525c4
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartNoChildrenFamilies
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartNoChildrenFamilies
+ */
+class ChartNoChildrenFamiliesTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartNoChildrenFamilies::class));
+ }
+}
diff --git a/tests/app/Statistics/Google/ChartSexTest.php b/tests/app/Statistics/Google/ChartSexTest.php
new file mode 100644
index 0000000000..3b08fca36c
--- /dev/null
+++ b/tests/app/Statistics/Google/ChartSexTest.php
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2022 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;
+
+/**
+ * Test harness for the class ChartSex
+ *
+ * @covers Fisharebest\Webtrees\Statistics\Google\ChartSex
+ */
+class ChartSexTest extends TestCase
+{
+ public function testClass(): void
+ {
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Statistics\Google\ChartSex::class));
+ }
+}