From: eileen Date: Thu, 28 Jul 2016 05:59:11 +0000 (+1200) Subject: Fix typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5738e2e28961a7bbe6d9b372687ea7ace0dc10c0;p=civicrm-core.git Fix typo --- diff --git a/tests/phpunit/api/v3/JobTest.php b/tests/phpunit/api/v3/JobTest.php index ec1a2b5a85..70f1df585f 100644 --- a/tests/phpunit/api/v3/JobTest.php +++ b/tests/phpunit/api/v3/JobTest.php @@ -75,7 +75,7 @@ class api_v3_JobTest extends CiviUnitTestCase { parent::tearDown(); // The membershipType create breaks transactions so this extra cleanup is needed. $this->membershipTypeDelete(array('id' => $this->membershipTypeID)); - $this->cleanUpIDs(); + $this->cleanUpSetUpIDs(); } /**