Skip to content

Commit

Permalink
fix: Update CommandTestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Apr 29, 2024
1 parent a8448dc commit f5ab0bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webfiori/cli/CommandTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public function getRunner(bool $reset = false) : Runner {
*/
public function setRunner(Runner $runner) : CommandTestCase {
$this->runner = $runner;

return $this;
}
private function exec(array $argv, array $userInputs, CLICommand $command = null) {
if ($command !== null) {
Expand Down

0 comments on commit f5ab0bc

Please sign in to comment.