Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / GeneratorTester.php
index cb111be69e0b0077dc94b032cde3841318fcd30d..ef85d545b8a6f025127d62e7962da53c282f5e98 100644 (file)
@@ -159,6 +159,7 @@ class GeneratorTester {
     $expected_display .= str_repeat('–', strlen($title) + 2) . "\n";
 
     foreach ($this->interaction as $question => $answer) {
+      $question = preg_replace('/^<\d*> /', '', $question);
       $expected_display .= "\n";
       $expected_display .= " $question\n";
       $expected_display .= " ➤ \n";