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(preg_match('/views-field-status priority-low\">\s*'.t('Temporary').'/',$this->drupalGetContent()),t('All files are stored as permanent.'));
$this->assertFalse(preg_match('/views-field-status priority-low\">\s*'.t('Temporary').'/',$this->drupalGetContent()),'All files are stored as permanent.');
// Use one file two times and check usage information.
// Use one file two times and check usage information.
$orphaned_file=$nodes[1]->file->target_id;
$orphaned_file=$nodes[1]->file->target_id;
...
@@ -112,6 +112,6 @@ function testFileListingPages() {
...
@@ -112,6 +112,6 @@ function testFileListingPages() {