createOne(); $this->assertIsString($dump->getName()); }); test('has subtitle', function (): void { $dump = Dump::factory()->createOne(); $this->assertIsString($dump->getSubtitle()); });