parent::setUp();
$this->enableCiviCampaign();
$this->toBeImplemented['get'] = array(
+ 'CxnApp', // CxnApp.get exists but relies on remote data outside our control; QA w/UtilsTest::testBasicArrayGet
'Profile',
'CustomValue',
'Constant',
'Setting',
);
$this->toBeImplemented['create'] = array(
+ 'Cxn',
+ 'CxnApp',
'SurveyRespondant',
'OptionGroup',
'MailingRecipients',
'User',
);
$this->toBeImplemented['delete'] = array(
+ 'Cxn',
+ 'CxnApp',
'MembershipPayment',
'OptionGroup',
'SurveyRespondant',
<add>4.6</add>
<field>
<name>id</name>
+ <title>Connection ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Connection ID</comment>