Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/tests/views_query.test
179 179
  /**
180 180
   * {@inheritdoc}
181 181
   */
182
  protected function setUp() {
183
    parent::setUp('views', 'views_ui');
182
  public function setUp(array $modules = array()) {
183
    $modules[] = 'views';
184
    $modules[] = 'views_ui';
185
    parent::setUp($modules);
184 186

  
185 187
    // Define the schema and views data variable before enabling the test
186 188
    // module.

Formats disponibles : Unified diff