WorkflowMessageTest - Fix weird inconsistency in resolving `@dataProvider`
authorTim Otten <totten@civicrm.org>
Thu, 30 Jun 2022 03:54:19 +0000 (20:54 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 30 Jun 2022 03:54:19 +0000 (20:54 -0700)
commitebf5dbf6f106ca9b7b6a3ccbe480d65ab1e91826
tree31d0d3faf9f80401c979fc4d1ecd5e9fa1046590
parenta207283875428c8d70ba5ab440d7510ab32062c0
WorkflowMessageTest - Fix weird inconsistency in resolving `@dataProvider`

We see a failure scenario where:

* The first execution of WorkflowMessageTest runs fine.
* The second execution of WorkflowMessageTest fails to boot (while evaluating `@dataProvider`)
* If you reset the DB, then it works again - but only once.
tests/phpunit/api/v4/Entity/WorkflowMessageTest.php