. */ namespace Fisharebest\Webtrees\Module; /** * Test harness for the class FamilyGroupReportModule */ class FamilyGroupReportModuleTest extends \Fisharebest\Webtrees\TestCase { /** * Test that the class exists * * @return void */ public function testClassExists() { $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\FamilyGroupReportModule')); } }