-
-
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) Tidy up unused params in api_v3_ContributionSoftTest #25322
(REF) Tidy up unused params in api_v3_ContributionSoftTest #25322
Conversation
(Standard links)
|
Test failure relates
|
Looks like a good improvement (once tests are passing) Non blocking but it would be nice to rename |
8ebdded
to
766a306
Compare
test this please |
Can one of the admins verify this patch? |
test this please |
2 similar comments
test this please |
test this please |
Jenkins re test this please |
test this please |
1 similar comment
test this please |
that last one seems to no longer run so I think all is passing |
Overview
Bit of test cleanup here, which also helps on the cleanup of dyanmic properties for PHP8.2
Before
_processorParams
set but not used (and I also checked the parent class, plus for signs of it being passed around in odd ways). Looks like a copy-paste from some other tests._softcontribution
and_softcontribution2
were properties, but could have just been straight variables. This is test code, so no backward-compataiblility risk to changing these.After
The above issues resolved. This class is now PHP8.2 ready.