-
-
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
[REF] Extract duplicate handling code #19103
Conversation
(Standard links)
|
6776884
to
d9e654a
Compare
looks like that fixed it |
@eileenmcnaughton test fails relate
|
d9e654a
to
3fc6c4a
Compare
Hmm looks like I deleted a word during reformatting & hence broke it - I think it should be right now |
@eileenmcnaughton same 4 tests fail still |
This winds up being a very strange process - however the goal seems to be to unravel error handling to appropriate exception throwing & catching & a bit of back & forth helps us isolate the code places
3fc6c4a
to
697f7b5
Compare
@seamuslee001 not quite ... we are back to the same 4 failing. That's an achievement :-) Anyway my type was too strict so should be OK next time |
test this please |
fail seems odd Stacktrace /home/jenkins/bknix-dfl/build/core-19103-33p9p/web/sites/all/modules/civicrm/tests/phpunit/CRM/Core/BAO/CustomFieldTest.php:937 |
Looks good now |
Overview
[REF] Extract duplicate handling code
Before
Code in long function
After
Code in own function
Technical Details
This winds up being a very strange process - however the inital goal seems to be
to unravel error handling to appropriate exception throwing & catching
& a bit of back & forth helps us isolate the code places
Comments