diff --git a/phpunit.xml b/phpunit.xml index 28a1efd..a44d963 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ addOption('stub', null, InputOption::VALUE_REQUIRED, 'Stubbed execution duration time', 0); - $this->addOption('sleep', null, InputOption::VALUE_REQUIRED, 'Sleep duration time', 0); + $this->addOption('stub', null, InputOption::VALUE_REQUIRED, 'Stubbed execution duration time', '0'); + $this->addOption('sleep', null, InputOption::VALUE_REQUIRED, 'Sleep duration time', '0'); } protected function commandBody(InputInterface $input, OutputInterface $output): int