not->toBeEmpty(); $parser = new HelpArticleParser; foreach (glob(resource_path('help').'/*.md') ?: [] as $file) { $article = $parser->parse('help/'.basename($file), (string) file_get_contents($file)); if ($article->tour !== null) { expect($known)->toContain($article->tour); } } });