From fada87a142ea94479150e5487b5e95b6dce0427b Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 15 Jul 2016 03:31:47 +0000 Subject: [PATCH] Remove failing test on 4.6 which isn't present in master --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index fcccb00d6e..38f08898d5 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -665,21 +665,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { } } - /** - * Test that an invalid sort is ignored & there is no breakage. - * - * @dataProvider entities_get - * @param $Entity - */ - public function testEmptyParam_getInvalidSort($Entity) { - - if (in_array($Entity, $this->toBeImplemented['get'])) { - // $this->markTestIncomplete("civicrm_api3_{$Entity}_get to be implemented"); - return; - } - $this->callAPISuccess($Entity, 'Get', array('options' => array('sort' => 'Silly thing'))); - } - /** * @dataProvider entities_get * @param $Entity -- 2.25.1