ActionSchedule - Update APIs & tests to work with new metadata
authorcolemanw <coleman@civicrm.org>
Thu, 3 Aug 2023 17:14:34 +0000 (13:14 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 10 Aug 2023 00:04:33 +0000 (20:04 -0400)
commitde00a2b14f60a7f6fef59b5b3331c17fc1e3e061
treeb87ef19e160699bf8bc2b1855d151450e6e9c304
parent63c90afe85e9732e13c7f0b1380ca26c946cde59
ActionSchedule - Update APIs & tests to work with new metadata

Before: Name was not automatically generated by the DAO so lots of manual wrangling
After: Now that name has a unique index, the DAO handles it automatically
api/v3/ActionSchedule.php
tests/phpunit/CRM/Activity/Form/ActivityTest.php
tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php
tests/phpunit/CRM/Core/BAO/RecurringEntityTest.php
tests/phpunit/api/v3/ActionScheduleTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php