Closed
Description
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.