Closed
Description
Steps to reproduce
$this->taskExec("php")->option("-d", "zend.assertions=1")->arg("example.php")->run();
Expected behavior
Robo should run the task without issue
Actual behavior
Robo runs the task and then prints this message:
ERROR: The Robo\Common\ProcessUtils::escapeArgument() method is a copy of a method that was deprecated by Symfony 3.3 and removed in Symfony 4; it will be removed in Robo 2.0.
in ./vendor/consolidation/robo/src/Common/ProcessUtils.php:39
This is despite running Robo 3.0. :P Using ->option()
is the source of the problem; I including an argument for clarity because one must otherwise quit PHP with Ctrl+D to make the error appear.
System Configuration
Which O.S. and PHP version are you using?
PHP 8.0.2, Linux
Metadata
Metadata
Assignees
Labels
No labels