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