Skip to content
Snippets Groups Projects
Commit ea635163 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 ee247602
No related branches found
No related tags found
No related merge requests found
......@@ -362,9 +362,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
}
public function setUp() {
protected $profile = 'testing';
parent::setUp(
'location',
parent::setUp('location',
'gmap',
'location_cck',
'field_ui',
......@@ -374,8 +374,20 @@ class GmapViewsTestCase extends DrupalWebTestCase {
'views',
'geofield',
'features',
'geophp'
);
'geophp');
$modules = array('location',
'gmap',
'location_cck',
'field_ui',
'location_gmap_find_address',
'gmap_test',
'views_ui',
'views',
'geofield',
'features',
'geophp');
module_enable($modules);
features_rebuild();
drupal_load('module', 'geophp');
drupal_load('module', 'features');
drupal_load('module', 'geofield');
......
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