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
Branches
Tags
Loading
Checking pipeline status
......@@ -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.
Please register or to comment