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

Issue #1934122 by johnv | podarok: Views exports for tests. Typo

parent b384bc25
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ class GmapViewsTestCase extends DrupalWebTestCase {
'views_ui',
'geofield',
'features',
'geophp',
'geophp'
);
}
......@@ -383,6 +383,11 @@ class GmapViewsTestCase extends DrupalWebTestCase {
// change error (Notice) to debug message
return $this->assert('debug', $message, 'Debug', $caller);
}
if ($message == 'Undefined index: geofield') {
// change error (Notice) to debug message
return $this->assert('debug', $message, 'Debug', $caller);
}
return parent::error($message, $group, $caller);
}
......
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