RecurringEdit - Add example. Include test assertions. Fix undeclared/missing properties.
authorTim Otten <totten@civicrm.org>
Wed, 15 Sep 2021 10:45:25 +0000 (03:45 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 16 Sep 2021 02:29:27 +0000 (19:29 -0700)
commit66125803ee97183d3f3950b26f1c22bf0d4ec67e
treed867ca11decf9da25541a2b49cedaf6ba8c6b401
parent54f8b0cd80af0624c540fd6751279be5ca440f48
RecurringEdit - Add example. Include test assertions. Fix undeclared/missing properties.

This creates a new example of the `RecurringEdit` workflow message.

Note that the example is tagged `phpunit` and defines a list of `asserts`. These
assertions are evaluated using the default message-template.

The test was not passing because some important properties were missing from `RecurringEdit`.
CRM/Contribute/WorkflowMessage/RecurringEdit.php
CRM/Contribute/WorkflowMessage/RecurringEdit/BasicEditExample.ex.php [new file with mode: 0644]
Civi/WorkflowMessage/WorkflowMessageExample.php