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

CRM-20972 Handle new type of exception in PHP7.1 when too few argumen… #11515

Merged
merged 1 commit into from
Feb 11, 2018

Conversation

seamuslee001
Copy link
Contributor

…ts are passed in function

Overview

This handles a new Exception that is added in php7.1 which adds an exception when not enough params are passed in.

Before
if you run the test on php7.1 error is shown

After

No Error and tests pass

ping @jackrabbithanna again this is a PHP7.1 specific issue but it only affects tests and its a direct port of #10772

@seamuslee001
Copy link
Contributor Author

Jenkins re test this please

1 similar comment
@seamuslee001
Copy link
Contributor Author

Jenkins re test this please

@mlutfy
Copy link
Member

mlutfy commented Jan 14, 2018

jenkins, test this please

2 similar comments
@mlutfy
Copy link
Member

mlutfy commented Jan 14, 2018

jenkins, test this please

@mlutfy
Copy link
Member

mlutfy commented Jan 15, 2018

jenkins, test this please

@eileenmcnaughton
Copy link
Contributor

makes sense, only affects tests, doesn't reduce test coverage, jenkins pretty lacklustre, merge on pass

@eileenmcnaughton
Copy link
Contributor

just realised this is 4.6 - why aren't we getting these labels automatically so I can ignore 4.6 ones :-(

@jackrabbithanna
Copy link
Contributor

Merging #11515

@jackrabbithanna jackrabbithanna merged commit 9cbb4ee into civicrm:4.6 Feb 11, 2018
@eileenmcnaughton eileenmcnaughton deleted the CRM-20972-46 branch February 11, 2018 04:28
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.

4 participants