. */ 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)); } }