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

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

(cherry picked from commit 11fb273f)
parent 09af9754
No related branches found
No related tags found
5 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type"
Pipeline #145513 passed with warnings
Pipeline: drupal

#145548

    Pipeline: drupal

    #145546

      Pipeline: drupal

      #145543

        +7
        ......@@ -84,7 +84,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