Skip to content
Snippets Groups Projects

Preview 7.x 1.x 2020-09-05

Closed Andreas Hennings requested to merge preview-7.x-1.x--2020-09-05 into 7.x-1.x
2 files
+ 9
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -71,12 +71,15 @@ EOT;
$element['#type'] = 'renderkit_generic_form';
$element['#form_id_suffix'] = __METHOD__;
// Prevent '--2' appended to ids.
drupal_static_reset('drupal_html_id');
$this->assertDrupalRender(
$html_expected,
$html_expected_raw,
$element,
array_fill_keys(
array_keys($html_replacements),
'\w+'));
'[^"]+'));
}
}
Loading