Skip to content
Snippets Groups Projects
Verified Commit 9b0a10b8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3440115 by mondrake: Change remaining File module test dataproviders to static

parent fbe64244
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ protected function createMediaField($formatter, $file_extensions, array $formatt ...@@ -86,7 +86,7 @@ protected function createMediaField($formatter, $file_extensions, array $formatt
* - The number of expected HTML tags. * - The number of expected HTML tags.
* - An array of settings for the field formatter. * - An array of settings for the field formatter.
*/ */
public function dataProvider() { public static function dataProvider(): array {
return [ return [
[2, []], [2, []],
[1, ['multiple_file_display_type' => 'sources']], [1, ['multiple_file_display_type' => 'sources']],
......
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