From 454d4c662a6466842e0ca655528e43dc81ec81ed Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 28 Sep 2016 13:36:28 +1000 Subject: [PATCH] Test re-adding prodcut create without array syntax test --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 3fdf2d1989..c32b983005 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -1081,9 +1081,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { if ($Entity === 'Setting') { $this->markTestSkipped('It seems OK for setting to skip here as it silently sips invalid params'); } - if ($Entity == 'Product') { - $this->markTestSkipped('At the moment product API does not complain if no params are passed need fixing'); - } // should create php complaining that a param is missing civicrm_api3($Entity, 'Create'); } -- 2.25.1