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/views_argument_validator.test
41 41
  }
42 42

  
43 43
  function view_test_argument_validate_php($string) {
44
    $code = 'return $argument == \''. $string .'\';';
45
    $view = new view;
44
    $code = 'return $argument == \'' . $string . '\';';
45
    $view = new view();
46 46
    $view->name = 'view_argument_validate_numeric';
47 47
    $view->description = '';
48 48
    $view->tag = '';
......
74 74
  }
75 75

  
76 76
  function view_argument_validate_numeric() {
77
    $view = new view;
77
    $view = new view();
78 78
    $view->name = 'view_argument_validate_numeric';
79 79
    $view->description = '';
80 80
    $view->tag = '';
......
103 103

  
104 104
    return $view;
105 105
  }
106

  
106 107
}

Formats disponibles : Unified diff