-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test whether line is hit #18382
Test whether line is hit #18382
Conversation
(Standard links)
|
api_v3_ContributionPageTest.testSubmitMembershipBlockIsSeparatePaymentPaymentProcessorNowChargesCorrectAmounts with data set #0 |
Per civicrm#18382 this line seems to be heavily tested so & per the test we can use the 'already calculated value' for payment_processor_id rather than look it up in yet another place. This adds a query but in most cases queries can be removed before calling this function as the various objects are not really accessed anymore (apart from the few lines just above this)
Per civicrm#18382 this line seems to be heavily tested so & per the test we can use the 'already calculated value' for payment_processor_id rather than look it up in yet another place. This adds a query but in most cases queries can be removed before calling this function as the various objects are not really accessed anymore (apart from the few lines just above this)
Overview
OK to close with test failure info when finished
Before
After
Technical Details
Comments