From: Sudha Bisht Date: Fri, 7 Aug 2015 14:00:00 +0000 (+0530) Subject: Removed api skipped part X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8b79a7b02732fda136d95ca72791e19f390c438b;p=civicrm-core.git Removed api skipped part --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 970b0716ab..e03f5f1ec0 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -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;