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/handlers/views_handler_field_boolean.test
18 18
  }
19 19

  
20 20
  function dataSet() {
21
    // Use default dataset but remove the age from john and paul
21
    // Use default dataset but remove the age from john and paul.
22 22
    $data = parent::dataSet();
23 23
    $data[0]['age'] = 0;
24 24
    $data[3]['age'] = 0;
......
105 105
    $this->assertNotEqual($values['false'], $view->field['age']->advanced_render($view->result[0]));
106 106
    $this->assertNotEqual($values['true'], $view->field['age']->advanced_render($view->result[1]));
107 107
  }
108

  
108 109
}

Formats disponibles : Unified diff