public function WebformLocalizationWebTestCase::skippedComponents in Webform Localization 7.4
@todo : We need further debug to find how to support this components or why are they breaking everything
2 calls to WebformLocalizationWebTestCase::skippedComponents()
- WebformLocalizationSubmissionTestCase::webformPost in tests/webform_localization.submission.test 
- Get values to submit to the test webform.
- WebformLocalizationWebTestCase::createWebformForm in tests/webform_localization.test 
- Create a webform node with test components.
File
- tests/webform_localization.test, line 84 
- Webform localization module tests.
Class
- WebformLocalizationWebTestCase
- @file Webform localization module tests.
Code
public function skippedComponents() {
  return array(
    'select_no_default_zero',
    'radios_zero',
    'checkboxes_zero',
    'grid_keyed',
    'select_zero',
  );
}