Skip to content
Snippets Groups Projects
Commit dcfe339e authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Fix tests on D7.

parent c72311d5
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ files[] = gmap.views.inc
files[] = gmap-view-gmap.tpl.php
files[] = gmap_plugin_style_gmap.inc
files[] = gmap_plugin_style_gmapextended.inc
files[] = tests/gmap.test
......@@ -8,9 +8,9 @@
class GMapSimpleAPITest extends DrupalWebTestCase {
function getInfo() {
return array(
'name' => t('GMap API sanity checks'),
'description' => t('Test the simple API functions in the public GMap API.'),
'group' => t('GMap'),
'name' => 'GMap API sanity checks',
'description' => 'Test the simple API functions in the public GMap API.',
'group' => 'GMap',
);
}
......@@ -44,9 +44,9 @@ class GMapSimpleAPITest extends DrupalWebTestCase {
class GMapMacroTest extends DrupalWebTestCase {
function getInfo() {
return array(
'name' => t('GMap Macro checks'),
'description' => t('Test the ability to parse macros into map arrays.'),
'group' => t('GMap'),
'name' => 'GMap Macro checks',
'description' => 'Test the ability to parse macros into map arrays.',
'group' => 'GMap',
);
}
......
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