Skip to content
Snippets Groups Projects
Commit 2055b6f4 authored by totten's avatar totten
Browse files

SyntaxConformanceAllEntitiesTest - Remove debug code

parent 0121533e
No related branches found
No related tags found
No related merge requests found
......@@ -403,8 +403,6 @@ class api_v3_SyntaxConformanceAllEntitiesTest extends CiviUnitTestCase {
if ($result['is_error']) {
// just to get a clearer message in the log
print_r($result);
die;
$this->assertEquals("only id should be enough", $result['error_message']);
}
if (!in_array($Entity, $this->onlyIDNonZeroCount['get'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment