You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/filter/tests/src/Kernel/FilterAPITest.php
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -509,4 +509,16 @@ public function testDependencyRemoval() {
509
509
$this->assertFalse(isset($filters['filter_test_restrict_tags_and_attributes']), 'The filter plugin filter_test_restrict_tags_and_attributes is not configured by the filtered_html filter format.');
510
510
}
511
511
512
+
/**
513
+
* Tests that format entities are serialized without their plugin collection.
0 commit comments