--TEST-- Single Application can be executed --ARGS-- --version --FILE-- setCode(function (InputInterface $input, OutputInterface $output): int { return 0; }) ->run() ; ?> --EXPECT-- Console Tool