[REF] minor code simplification
authoreileen <emcnaughton@wikimedia.org>
Mon, 4 Nov 2019 20:51:37 +0000 (09:51 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 5 Nov 2019 00:22:22 +0000 (13:22 +1300)
commit73a949e4d684d0ea49c927504e867a4a4e6dd7bf
tree57753339f8825daa1155d71adb6c56acea920776
parent805b65440abb812d13b4708d28506d8cb5a69f5f
[REF] minor code simplification

Switches a call to an old function to an api function & removes post filtering.

Currently the code calls an old function which gets all membership ids & then filters on
statuses. This switches to an api call & passes statuses in as a filter

Strong test cover in testSingleMembershipForTwoRelationships which tests these lines in a variety of ways
CRM/Contact/BAO/Relationship.php