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

Test against PHP 7.4 #2

Merged
merged 2 commits into from
Dec 25, 2019
Merged

Test against PHP 7.4 #2

merged 2 commits into from
Dec 25, 2019

Commits on Dec 25, 2019

  1. Test against PHP 7.4

    fmasa committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    0c84bee View commit details
    Browse the repository at this point in the history
  2. Use Mockery instead of PHPUnit mocks

    These seem to use ReflectionType::__toString() which is
    deprecated in PHP 7.4. Better solution would of course be
    upgrading PHPUnit, but I don't have time for it right now.
    fmasa committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    2ea61db View commit details
    Browse the repository at this point in the history