Removed api skipped part
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Fri, 7 Aug 2015 14:00:00 +0000 (19:30 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Thu, 10 Dec 2015 08:12:36 +0000 (13:42 +0530)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index 970b0716ab7ca8845bd73db88e6d40d0657fede4..e03f5f1ec01673158993a56573b14b88655df683 100644 (file)
@@ -1125,9 +1125,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
    * @param $entityName
    */
   public function testCreateSingleValueAlter($entityName) {
-    if ($entityName == 'SavedSearch') {
-      $this->markTestSkipped('Skipping for now as it works fine locally.');
-    }
     if (in_array($entityName, $this->toBeImplemented['create'])) {
       // $this->markTestIncomplete("civicrm_api3_{$Entity}_create to be implemented");
       return;