Skip to content
Snippets Groups Projects
Commit e1b480ed authored by podarok's avatar podarok Committed by Andriy Podanenko
Browse files

Issue #1926846 by podarok: Fixed gmap.test.

parent 728a1487
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
*/
class GMapSimpleAPITest extends DrupalUnitTestCase {
public static function getInfo() {
return array(
'name' => 'GMap API sanity checks',
......@@ -14,6 +15,11 @@ class GMapSimpleAPITest extends DrupalUnitTestCase {
);
}
public function setUp(){
drupal_load('module', 'gmap');
parent::setUp();
}
/**
* Verify gmap_todim().
*/
......
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