Fix APIv4 test to assert an exception is thrown
authorColeman Watts <coleman@civicrm.org>
Sat, 21 Nov 2020 01:49:22 +0000 (20:49 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 21 Nov 2020 01:49:22 +0000 (20:49 -0500)
commitd34aa0100043362390a2fad1fbca7ab145a72e95
treecfedc6e6d347006b9b396e891676ed554b2bc8a4
parentb316694b493ef728c52124fb736c23b9f4fabe3f
Fix APIv4 test to assert an exception is thrown

The test had only run its assertion in the catch block which would have been skipped if an exception wasn't thrown
tests/phpunit/api/v4/Action/ContactGetTest.php