docs(tours): этап 3 построен — протокол и спека синхронизированы

This commit is contained in:
Дмитрий
2026-07-03 03:35:09 +03:00
parent 1cca4d1714
commit 4c66bc7474
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ it('каждый tour из статей resources/help существует в
$known = $m[1];
expect($known)->not->toBeEmpty();
$parser = new HelpArticleParser();
$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) {