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_ajax.test
17 17
    );
18 18
  }
19 19

  
20
  public function setUp() {
21
    parent::setUp('views', 'views_test');
20
  /**
21
   * {@inheritdoc}
22
   */
23
  public function setUp(array $modules = array()) {
24
    parent::setUp($modules);
25

  
22 26
    // Create a second node.
23 27
    $this->drupalCreateNode(array('type' => 'article', 'status' => NODE_PUBLISHED));
24 28
  }

Formats disponibles : Unified diff