Fix typo
authoreileen <emcnaughton@wikimedia.org>
Thu, 28 Jul 2016 05:59:11 +0000 (17:59 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 28 Jul 2016 06:00:03 +0000 (18:00 +1200)
tests/phpunit/api/v3/JobTest.php

index ec1a2b5a851171c8ccc4cceaacb0f104bb4b4a98..70f1df585fc8e031fcc9679691bc255fb0e99942 100644 (file)
@@ -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();
   }
 
   /**