Refs #15891 - Small fix.
authorJohan Vervloet <johanv@johanv.org>
Mon, 2 Feb 2015 12:59:01 +0000 (13:59 +0100)
committereileenmcnaugton <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

index 787583fb3ae8411885514b1a62c8c5f7ca817e5c..d3023fc541ef2271140eddad138ff21cddc12b55 100644 (file)
@@ -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']);