Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/tests/WebformTestCase.test | ||
---|---|---|
99 | 99 |
} |
100 | 100 |
|
101 | 101 |
/** |
102 |
* |
|
102 |
* Reset the form.
|
|
103 | 103 |
*/ |
104 | 104 |
public function webformReset() { |
105 | 105 |
$this->_webform_node = NULL; |
... | ... | |
113 | 113 |
* - A default configuration for the component. |
114 | 114 |
* - Values to try setting via POST |
115 | 115 |
* - Values that should match the database storage when set via POST |
116 |
* - Values that should match the database storage when using the default values. |
|
116 |
* - Values that should match the database storage when using the default |
|
117 |
* values. |
|
117 | 118 |
* |
118 | 119 |
* @return array |
119 | 120 |
* An array of each component settings. |
... | ... | |
994 | 995 |
} |
995 | 996 |
|
996 | 997 |
/** |
997 |
* |
|
998 |
* Create a sample Webform node.
|
|
998 | 999 |
*/ |
999 | 1000 |
public function webformForm() { |
1000 | 1001 |
if (isset($this->_webform_node)) { |
Also available in: Unified diff
Weekly update of contrib modules