From dba52f3ee16a06d6b10be982cc1d9577e9ea826d Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Mon, 2 Feb 2015 13:59:01 +0100 Subject: [PATCH] Refs #15891 - Small fix. I accidently left a line that writes debug output to a file. Just removed it. --- tests/phpunit/api/v3/ContactTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index 787583fb3a..d3023fc541 100644 --- 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']); -- 2.25.1