Skip to content
Snippets Groups Projects
Verified Commit 4bfe6ec5 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3440176 by mondrake: Change remaining Media module test dataproviders to static

parent 468ae3a4
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment