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

XXX: Fix test

parent c62b84cb
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,26 @@
class GmapViewsTestCase extends DrupalWebTestCase {
protected $privileged_user;
protected $profile = 'testing';
protected static $modules = array(
'gmap',
'gmap_test',
'views',
'views_ui',
'text',
'options',
'node',
'geofield',
'field_sql_storage',
'features',
'entityreference',
'ctools',
'addressfield',
'location',
'location_cck',
'geophp',
'entity'
);
public static function getInfo() {
return array(
......@@ -16,25 +36,7 @@ class GmapViewsTestCase extends DrupalWebTestCase {
}
public function setUp() {
parent::setUp(array(
'gmap',
'gmap_test',
'views',
'views_ui',
'text',
'options',
'node',
'geofield',
'field_sql_storage',
'features',
'entityreference',
'ctools',
'addressfield',
'location',
'location_cck',
'geophp',
'entity'
));
parent::setUp(self::$modules);
}
//@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