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