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
@@ -35,7 +35,7 @@ class RdfMappingHookTestCase extends DrupalWebTestCase {
'datatype'=>'xsd:dateTime',
'callback'=>'date_iso8601',
),t('Mapping for created is dc:created with datatype xsd:dateTime and callback date_iso8601.'));
$this->assertIdentical($mapping['uid'],array('predicates'=>array('sioc:has_creator','dc:creator')),t('Mapping for uid is sioc:has_creator and dc:creator.'));
$this->assertIdentical($mapping['uid'],array('predicates'=>array('sioc:has_creator','dc:creator'),'type'=>'rel'),t('Mapping for uid is sioc:has_creator and dc:creator, and type is rel.'));