From: Erawat Chamanont Date: Fri, 16 Aug 2013 08:50:13 +0000 (+0100) Subject: removed var_dump() X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bc2ab1825313a59082de52e83a359222e0242e4d;p=civicrm-core.git removed var_dump() --- diff --git a/tests/phpunit/api/v3/MessageTemplatesTest.php b/tests/phpunit/api/v3/MessageTemplatesTest.php index 87059607d1..35870bc01a 100644 --- a/tests/phpunit/api/v3/MessageTemplatesTest.php +++ b/tests/phpunit/api/v3/MessageTemplatesTest.php @@ -63,7 +63,6 @@ class api_v3_MessageTemplatesTest extends CiviUnitTestCase { */ public function testCreate() { $result = $this->callAPIAndDocument('MessageTemplates', 'create', $this->params, __FUNCTION__, __FILE__); - var_dump($result); $this->getAndCheck($this->params, $result['id'], $this->entity); }