2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
@@ -278,24 +278,6 @@ public function testExternalDestinations(): void {
$this->assertSession()->responseContains('Attempt to update field <em class="placeholder">Body</em> failed: <em class="placeholder">The internal path component 'http://example.com' is external. You are not allowed to specify an external URL together with internal:/.</em>.');
}
/**
* Tests that deletion removes field storages and fields as expected for a term.
$this->assertNull(FieldConfig::loadByName('taxonomy_term','tags',$this->fieldName),'Field was deleted.');
// Check that the field storage was deleted too.
$this->assertNull(FieldStorageConfig::loadByName('taxonomy_term',$this->fieldName),'Field storage was deleted.');
}
/**
* Tests that help descriptions render valid HTML.
*/
...
...
@@ -374,16 +356,6 @@ public function testPreconfiguredFields(): void {
$this->assertEquals('altered dummy test string',$view_display->getComponent('field_test_custom_options')['settings']['test_formatter_setting_multiple']);