. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Schema; use Fisharebest\Webtrees\TestCase; /** * Test harness for the class Migration13 * * @covers \Fisharebest\Webtrees\Schema\Migration13 */ class Migration13Test extends TestCase { public function testClass(): void { $this->assertTrue(class_exists(\Fisharebest\Webtrees\Schema\Migration13::class)); } }