Skip to content
Snippets Groups Projects
Commit 62a995e7 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 ea635163
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,8 @@ class LGFATestCase extends DrupalWebTestCase { ...@@ -352,7 +352,8 @@ class LGFATestCase extends DrupalWebTestCase {
class GmapViewsTestCase extends DrupalWebTestCase { class GmapViewsTestCase extends DrupalWebTestCase {
protected $privileged_user; protected $privileged_user;
protected $profile = 'testing';
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => 'GmapViewsTestCase', 'name' => 'GmapViewsTestCase',
...@@ -362,8 +363,6 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -362,8 +363,6 @@ class GmapViewsTestCase extends DrupalWebTestCase {
} }
public function setUp() { public function setUp() {
protected $profile = 'testing';
parent::setUp('location', parent::setUp('location',
'gmap', 'gmap',
'location_cck', 'location_cck',
......
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