Skip to content
Snippets Groups Projects
Commit 6bb403c8 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 0cb1c56c
No related branches found
No related tags found
No related merge requests found
...@@ -376,6 +376,16 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -376,6 +376,16 @@ class GmapViewsTestCase extends DrupalWebTestCase {
'features', 'features',
'geophp' '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');
} }
//@todo remove this after http://drupal.org/node/1252310#comment-7109128 fix //@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