Skip to content
Snippets Groups Projects

Closes #3440176

Closed mondrake requested to merge issue/drupal-3440176:3440176-change-remaining-media into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -54,7 +54,7 @@ protected function setUp(): void {
/**
* Data provider for testing validation when adding and editing media embeds.
*/
public function providerTestValidations() {
public static function providerTestValidations(): array {
return [
'Tests that no filter_html occurs when filter_html not enabled.' => [
'filters[filter_html][status]' => FALSE,
Loading