Add unit test for merge handling on custom data.
authoreileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 12:11:38 +0000 (00:11 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 22:49:26 +0000 (10:49 +1200)
commit119664d66964c126f7c2d6ca133091992cd71b09
treedb5b8d41b32bca3ca7ed8960b2828c595d7c60dd
parent4da63d8a83b2647e28f08ffc4008173bf2dbba56
Add unit test for merge handling on custom data.

This also moves the start & stop of the transaction to being further out so a hard fail
later doesn't leave a half-merged state
CRM/Dedupe/Merger.php
tests/phpunit/CRMTraits/Custom/CustomDataTrait.php
tests/phpunit/api/v3/ContactTest.php
tests/phpunit/api/v3/RelationshipTest.php