Skip to main content
Skip table of contents

Testing customer logic

When it is necessary to add additional unit test to test customer logic which is related with GoTallo it is required to add a basic configuration.

This can be done by adding the following line in the @TestSetup function of the unit test

CODE
Social25.Ctrl_Config.enableHerokuMessageTriggerV2();

When coming from on older version where the Social25__Social25_Config__c object was still in use to store the configuration, it is required to change the parts where a test Social25__Social25_Config__c record was inserted with the function call described above.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.