Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | protected function configure() |
||
14 | { |
||
15 | parent::configure(); |
||
16 | $this |
||
17 | ->setDescription('Tests archive contents') |
||
18 | ->setHelp('Tests archive contents.') |
||
19 | ->addArgument('filter', InputArgument::OPTIONAL, 'Files filter (as for fnmatch). If no * passed in filter, it will be added at the end of filter') |
||
20 | ; |
||
47 |