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

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

parent 0b3e6f1a
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
* - The number of expected HTML tags.
* - An array of settings for the field formatter.
*/
public function dataProvider() {
public static function dataProvider(): array {
return [
[2, []],
[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