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
@@ -105,8 +105,14 @@ public function testEntityReferenceFieldValidation() {
$this->assertEqual($violations->count(),1,'Validation throws a violation.');
$this->assertEqual($violations[0]->getMessage(),t('The referenced entity (%type: %id) does not exist.',array('%type'=>$this->referencedEntityType,'%id'=>9999)));
// @todo Implement a test case for invalid bundle references after