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:
48bb259
)
Refs #15891 - Small fix.
author
Johan Vervloet
<johanv@johanv.org>
Mon, 2 Feb 2015 12:59:01 +0000
(13:59 +0100)
committer
eileenmcnaugton
<eileen@fuzion.co.nz>
Wed, 5 Aug 2015 10:49:01 +0000
(22:49 +1200)
I accidently left a line that writes debug output to a file.
Just removed it.
tests/phpunit/api/v3/ContactTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/ContactTest.php
b/tests/phpunit/api/v3/ContactTest.php
index 787583fb3ae8411885514b1a62c8c5f7ca817e5c..d3023fc541ef2271140eddad138ff21cddc12b55 100644
(file)
--- a/
tests/phpunit/api/v3/ContactTest.php
+++ b/
tests/phpunit/api/v3/ContactTest.php
@@
-1661,8
+1661,6
@@
class api_v3_ContactTest extends CiviUnitTestCase {
$result = $this->callAPISuccess('Contact', 'create', $params);
- file_put_contents('/tmp/out.txt', print_r($result, true));
-
// delete the contact and custom groups
$this->callAPISuccess('contact', 'delete', array('id' => $result['id']));
$this->customGroupDelete($ids['custom_group_id']);