Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/modules/simpletest/drupal_web_test_case.php
1145 1145
  }
1146 1146

  
1147 1147
  /**
1148
   * Internal helper function; Create a role with specified permissions.
1148
   * Creates a role with specified permissions.
1149 1149
   *
1150 1150
   * @param $permissions
1151 1151
   *   Array of permission names to assign to role.
......
2294 2294
    }
2295 2295
    $this->drupalSetContent($content);
2296 2296
    $this->drupalSetSettings($drupal_settings);
2297

  
2298
    $verbose = 'AJAX POST request to: ' . $path;
2299
    $verbose .= '<br />AJAX callback path: ' . $ajax_path;
2300
    $verbose .= '<hr />Ending URL: ' . $this->getUrl();
2301
    $verbose .= '<hr />' . $this->content;
2302

  
2303
    $this->verbose($verbose);
2304

  
2297 2305
    return $return;
2298 2306
  }
2299 2307

  

Formats disponibles : Unified diff