projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204beda
)
Fix typo
author
eileen
<emcnaughton@wikimedia.org>
Thu, 28 Jul 2016 05:59:11 +0000
(17:59 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 28 Jul 2016 06:00:03 +0000
(18:00 +1200)
tests/phpunit/api/v3/JobTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/JobTest.php
b/tests/phpunit/api/v3/JobTest.php
index ec1a2b5a851171c8ccc4cceaacb0f104bb4b4a98..70f1df585fc8e031fcc9679691bc255fb0e99942 100644
(file)
--- 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->cleanUp
SetUp
IDs();
}
/**