You are here

public function testGmapFormsTestCase::testGmapSaveConfig in GMap Module 7.2

Same name and namespace in other branches
  1. 6.2 tests/gmap.test \testGmapFormsTestCase::testGmapSaveConfig()
  2. 7 tests/gmap.test \testGmapFormsTestCase::testGmapSaveConfig()

File

tests/gmap.test, line 124
Unit tests for gmap.module.

Class

testGmapFormsTestCase

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.'));
}