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 PHPUnit tests on develop branch #1771

Merged
merged 1 commit into from
Dec 8, 2019
Merged

Commits on Dec 2, 2019

  1. fix: PHPUnit test Process() format

    \Symfony\Component\Process\Process refuses being passed a string
    with version > 5, which is installed with PHP > 7.2.5.
    
    It also refuses being passed an array with version < 3.3, which is
    installed with PHP < 5.5.9.
    
    Solved by checking if Process::fromShellCommandLine() exists, which
    was introduced in version 4.2.0.
    Michaël Dupont committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    aa44594 View commit details
    Browse the repository at this point in the history