-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Const PHP_BINARY breaks integration testing in windows since 2.1 #5258
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
Comments
Stacktrace on test execution: |
Try using a supported operating system: http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html. Note that Windows is not in the list. While technically |
Uh oh!
There was an error while loading. Please reload this page.
Preconditions
Expected result
Actual result
Reason
$this->_shell->execute()
parameter uses the PHP_BINARY const without any double qoutes.Solution
escapeshellarg()
The text was updated successfully, but these errors were encountered: