public function testGmapFormsTestCase::testGmapSaveConfig in GMap Module 7
Same name and namespace in other branches
- 6.2 tests/gmap.test \testGmapFormsTestCase::testGmapSaveConfig()
- 7.2 tests/gmap.test \testGmapFormsTestCase::testGmapSaveConfig()
File
- tests/
gmap.test, line 124 - Unit tests for gmap.module.
Class
Code
public function testGmapSaveConfig() {
$edit = array();
$this
->drupalPost('admin/config/services/gmap', $edit, t('Save configuration'));
$this
->assertText(t('The configuration options have been saved.'));
}