Skip to content
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][PHP8.2] Get rid of dynamic properties in CRM_Core_Payment_ProcessorFormTest #25844

Merged

Conversation

braders
Copy link
Contributor

@braders braders commented Mar 16, 2023

Overview

Get rid of dynamic properties in CRM_Core_Payment_ProcessorFormTest

Before

Use of dynamic properties causes tests to fail on PHP 8.2.

After

Properties declared for greater PHP 8.2 compatiability.

I've also renamed the properties to make it clearer what they contain (IDs)

@civibot
Copy link

civibot bot commented Mar 16, 2023

(Standard links)

@civibot civibot bot added the master label Mar 16, 2023
@braders braders marked this pull request as draft March 16, 2023 10:57
@braders braders force-pushed the dynamic-props-ProcessorFormTest branch 2 times, most recently from 76f7cb9 to 73169b3 Compare March 17, 2023 20:01
@braders braders force-pushed the dynamic-props-ProcessorFormTest branch from 73169b3 to f01f21a Compare March 17, 2023 22:37
@eileenmcnaughton eileenmcnaughton marked this pull request as ready for review March 18, 2023 05:18
@eileenmcnaughton
Copy link
Contributor

This was draft but I see you fixed the test errors & it all looks good so I'm assuming you just forgot to de-draft it - so I did so & am mergeing

@eileenmcnaughton eileenmcnaughton merged commit 1abaddf into civicrm:master Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants