Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/tests/math_expression.test
6 6
class CtoolsMathExpressionTestCase extends DrupalWebTestCase {
7 7

  
8 8
  /**
9
   * {@inheritDoc}
9
   * {@inheritdoc}
10 10
   */
11 11
  public static function getInfo() {
12 12
    return array(
......
18 18
  }
19 19

  
20 20
  /**
21
   * {@inheritDoc}
21
   * {@inheritdoc}
22 22
   */
23
  function setUp(array $modules = array()) {
23
  public function setUp(array $modules = array()) {
24 24
    $modules[] = 'ctools';
25 25
    $modules[] = 'ctools_plugin_test';
26 26
    parent::setUp($modules);

Formats disponibles : Unified diff