. */ namespace Fisharebest\Webtrees\Module; /** * Test harness for the class SourcesTabModule */ class SourcesTabModuleTest extends \Fisharebest\Webtrees\TestCase { /** * Prepare the environment for these tests */ public function setUp() { } /** * Test that the class exists */ public function testClassExists() { $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\SourcesTabModule')); } }