Skip to content
Snippets Groups Projects
Commit ee247602 authored by http://druler.com's avatar http://druler.com
Browse files

Issue #1934122 by johnv | podarok: Views exports for tests. Fix modules install

parent 6bb403c8
No related branches found
No related tags found
No related merge requests found
......@@ -376,16 +376,16 @@ class GmapViewsTestCase extends DrupalWebTestCase {
'features',
'geophp'
);
drupal_load('geophp');
drupal_load('features');
drupal_load('geofield');
drupal_load('views');
drupal_load('gmap_test');
drupal_load('location_gmap_find_address');
drupal_load('field_ui');
drupal_load('location_cck');
drupal_load('gmap');
drupal_load('location');
drupal_load('module', 'geophp');
drupal_load('module', 'features');
drupal_load('module', 'geofield');
drupal_load('module', 'views');
drupal_load('module', 'gmap_test');
drupal_load('module', 'location_gmap_find_address');
drupal_load('module', 'field_ui');
drupal_load('module', 'location_cck');
drupal_load('module', 'gmap');
drupal_load('module', 'location');
}
//@todo remove this after http://drupal.org/node/1252310#comment-7109128 fix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment