diff --git a/tests/CommonMarkTest.php b/tests/CommonMarkTest.php index 67a41f2..00c9ff4 100644 --- a/tests/CommonMarkTest.php +++ b/tests/CommonMarkTest.php @@ -49,7 +49,7 @@ class CommonMarkTest extends CommonMarkTestWeak $markdown = \file_get_contents($dir . $testName . '.md'); $expectedHtml = \file_get_contents($dir . $testName . '.html'); - $data[] = [ + $data[$id] = [ 'id' => $id, 'section' => $section, 'markdown' => $markdown,