2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
// @TODO uncomment when this tests passes reliably, see
// http://drupal.org/node/368502
// $this->assertIdentical($unmunged_name, $this->name, t('The unmunged (%unmunged) filename matches the original (%original)', array('%unmunged' => $unmunged_name, '%original' => $this->name)));
$this->assertIdentical($unmunged_name,$this->name,t('The unmunged (%unmunged) filename matches the original (%original)',array('%unmunged'=>$unmunged_name,'%original'=>$this->name)));