You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command.php assumes that if PHP_BINARY is set that it is always the PHP cli bin. When FPM is used, the bin will be php-fpm which isn't compatible with the PHP cli.
Preconditions
Environment must be using PHP-FPM for PHP
Steps to reproduce
Run any test that uses <magentoCli/>
Expected result
The test executes the command correctly and proceeds.
Actual result
The test will fail with a 403 error upon execution of the <magentoCli/> command.