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

Fix tests

parent b66bef1b
No related branches found
No related tags found
No related merge requests found
...@@ -16,28 +16,7 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -16,28 +16,7 @@ class GmapViewsTestCase extends DrupalWebTestCase {
} }
public function setUp() { public function setUp() {
parent::setUp( parent::setUp('gmap', 'gmap_test', 'views', 'views_ui', 'text', 'options', 'node', 'geofield', 'field_sql_storage', 'features', 'entityreference', 'ctools', 'addressfield', 'location', 'location_cck', 'geophp','entity');
'gmap',
'gmap_test',
'views',
'views_ui',
'text',
'options',
'node',
'geofield',
'field_sql_storage',
'features',
'entityreference',
'ctools',
'addressfield',
'location',
'location_cck',
'geophp',
'entity'
);
features_rebuild();
} }
//@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