Test re-adding prodcut create without array syntax test
authorSeamus Lee <seamuslee001@gmail.com>
Wed, 28 Sep 2016 03:36:28 +0000 (13:36 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 28 Sep 2016 03:36:28 +0000 (13:36 +1000)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index 3fdf2d19893753fbacf054501f73a9553ee5db37..c32b983005d1676b863fd80a1cfa7238f15b61a2 100644 (file)
@@ -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');
   }