Skip to content
Snippets Groups Projects
Commit bc2ab182 authored by erawat's avatar erawat
Browse files

removed var_dump()

parent 397e0e51
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment