Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/tests/plugins/views_plugin_display.test
10 10
 */
11 11
class ViewsPluginDisplayTestCase extends ViewsSqlTest {
12 12

  
13
  /**
14
   *
15
   */
13 16
  public static function getInfo() {
14 17
    return array(
15 18
      'name' => 'Display plugin',
......
35 38
   * Returns a test view for testFilterGroupsOverriding.
36 39
   *
37 40
   * @see testFilterGroupsOverriding
41
   *
38 42
   * @return view
39 43
   */
40 44
  function viewFilterGroupsOverriding() {
......
80 84
  }
81 85

  
82 86
  /**
83
   * Based on a bug some filter_groups landed in the overridden display, even the filters weren't overridden.
87
   * Based on a bug some filter_groups landed in the overridden display.
88
   *
89
   * Even the filters weren't overridden.
84 90
   * This caused multiple issues.
85 91
   * Take sure that the value from the default display are used.
86 92
   *
......
191 197

  
192 198
    return $view;
193 199
  }
200

  
194 201
}

Formats disponibles : Unified diff