Closed (fixed)
Project:
YAML Form
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2016 at 17:05 UTC
Updated:
30 Nov 2016 at 21:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
jrockowitz commentedSo I wrote a
drush yamlform-to-webform-convertcommand that automatically converts the YAML Form module to the Webform. Making the renaming automated will allow me to continue working on the YAML Form code base while I #2827850: Provide YAML Form 8.x-1.x to Webform 8.x-5.x migration (yamlform_to_webform.module)Below are the commands required to convert the YAML form module to the Webform module
First, you must make the yamlform_to_webform.module visible by adding
$settings['extension_discovery_scan_tests'] = TRUEto your settings.php....and all tests are passing.
DO NOT USE THE GENERATED WEBFORM MODULE FOR ANYTHING OTHER THAN TESTING.
Comment #5
jrockowitz commentedAttached is the patch which just needs to pass the automated test and then I will commit it.
Comment #6
jrockowitz commentedComment #7
jrockowitz commentedComment #8
jrockowitz commentedI can't get the automated tests to run.