From 0ae1863a5dbc026e06c357cae4443e0050ff7e53 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 27 Oct 2014 12:30:56 +1300 Subject: [PATCH] CRM-15299 extend sql operator test to reflect fixed entities --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 3593ffbad2..0b9cb64b4b 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -388,12 +388,8 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { public static function toBeSkipped_getSqlOperators() { $entitiesWithout = array( 'Case',//case api has non-std mandatory fields one of (case_id, contact_id, activity_id, contact_id) + 'Contact', // on the todo list! 'EntityTag', // non-standard api - has inappropriate mandatory fields & doesn't implement limit - 'Contact', // as with the next 3 a fix is tested & working for this but trying to keep code for review small hence just recording - //https://github.com/eileenmcnaughton/civicrm-core/commit/da3d6dcfd73a7e6e5f5a553e98b4608724d33765 - 'Event',// fix is https://github.com/eileenmcnaughton/civicrm-core/commit/cfd3114bd3215fed26c6e933f621b8e893cd7b3e - 'Participant',//fix is https://github.com/eileenmcnaughton/civicrm-core/commit/6ebae38eb8999756f62259818af8827f50e8d4f3 - 'Pledge',// same fix as participant - keeping out of 4.5 as a conservative move 'Extension', // can't handle creating 25 'Note', // note has a default get that isn't implemented in createTestObject -meaning you don't 'get' them 'MailingGroup', // no get call on MailingGroup -- 2.25.1