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

FIX Updated unit test targeting Float/Int which don't exist on PHP7 #8810

Conversation

maxime-rainville
Copy link
Contributor

The patch for CVE-2019-5715 added some extra unit test for Int and Float. However these classes don't exists on PHP7 for ^3.6 because those words are reserved.

This PR switch the unit test to use DBInt and DBFloat instead.

@unclecheese unclecheese merged commit ab5f09a into silverstripe:3.6 Feb 19, 2019
@unclecheese unclecheese deleted the pulls/3.6/fix-bad-unit-test-for-int-float branch February 19, 2019 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants