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

dev/core#1425 Replace deprecated settings fns in test suite #15980

Merged
merged 1 commit into from
Nov 28, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Replaces a couple of deprecated function calls in the test suite

Before

CRM_Core_BAO_Setting::setItem

After

Civi::settings()->get

Technical Details

Only tests affected

Comments

@civibot
Copy link

civibot bot commented Nov 28, 2019

(Standard links)

@seamuslee001
Copy link
Contributor

@eileenmcnaughton test fail relates

@eileenmcnaughton
Copy link
Contributor Author

I removed the failing test because in the end it was just testing that something heavily deprecated (mis-storing financial acl settings) works.

We should finish getting those settings out of 'contribution settings' - it would save misery

@seamuslee001 seamuslee001 merged commit f517816 into civicrm:master Nov 28, 2019
@eileenmcnaughton eileenmcnaughton deleted the setting_fix branch November 29, 2019 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants