From 440d95b7d06414a34acbdf2d108fa617411f1032 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 28 Sep 2016 07:53:58 +1000 Subject: [PATCH] Enable InvalidID delete on all entites --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index c32b983005..1381f3e22a 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -1363,10 +1363,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { * @throws \PHPUnit_Framework_IncompleteTestError */ public function testInvalidID_delete($Entity) { - if (in_array($Entity, $this->toBeImplemented['delete'])) { - $this->markTestIncomplete("civicrm_api3_{$Entity}_delete to be implemented"); - return; - } $result = $this->callAPIFailure($Entity, 'Delete', array('id' => 999)); } -- 2.25.1