Skip to content
Snippets Groups Projects
Commit 932c5fb5 authored by colemanw's avatar colemanw
Browse files

Remove broken delete from customGroupCreate

parent ca409c4b
Branches
Tags
No related merge requests found
......@@ -1357,12 +1357,6 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase {
$params = array_merge($defaults, $params);
//have a crack @ deleting it first in the hope this will prevent derailing our tests
$this->callAPISuccess('custom_group', 'get', array(
'title' => $params['title'],
array('api.custom_group.delete' => 1),
));
return $this->callAPISuccess('custom_group', 'create', $params);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment