| 1 | <?php |
||
| 23 | class TestCopySkeletonCommand extends CopySkeletonCommand { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritDoc} |
||
| 27 | */ |
||
| 28 | public function displayFooter(StyleInterface $io, int $exitCode, int $count): void { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | public function displayResult(StyleInterface $io, array $results): int { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritDoc} |
||
| 41 | */ |
||
| 42 | public function getResourcesDirectory(): string { |
||
| 45 | } |
||
| 46 |