| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 51 | 13 | protected function configure() |
|
| 52 | { |
||
| 53 | 13 | $this->setDescription('Run pending tasks') |
|
| 54 | 13 | ->setHelp(<<<'EOT' |
|
| 55 | 13 | The <info>%command.name%</info> command runs the pending task-executions. During the execution the status |
|
| 56 | of the executions will be updated. |
||
| 57 | |||
| 58 | $ %command.full_name% |
||
| 59 | EOT |
||
| 60 | ); |
||
| 61 | 13 | } |
|
| 62 | |||
| 72 |