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
$this->assertFalse(empty($elements),format_string('Found corresponding page element for tour tip with class .%data-class',array('%data-class'=>$tip['data-class'])));
}
else{
// It's a modal.
$modals++;
}
$total++;
}
$this->pass(format_string('Total %total Tips tested of which %modals modal(s).',array('%total'=>$total,'%modals'=>$modals)));