Skip to content

Commit 74b21c2

Browse files
authored
[!!!][TASK] Remove deprecated commands (#77)
1 parent 12cd24e commit 74b21c2

File tree

5 files changed

+0
-168
lines changed

5 files changed

+0
-168
lines changed

src/Console/Application.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
use Symfony\Component\Console\Input\InputOption;
2424
use Symfony\Component\Filesystem\Filesystem;
2525
use TYPO3\CodingStandards\Console\Command\SetupCommand;
26-
use TYPO3\CodingStandards\Console\Command\SetupExtensionCommand;
27-
use TYPO3\CodingStandards\Console\Command\SetupProjectCommand;
2826
use TYPO3\CodingStandards\Console\Command\UpdateCommand;
2927

3028
/**
@@ -101,8 +99,6 @@ public function __construct()
10199

102100
// in alphabetical order
103101
$this->add(new SetupCommand());
104-
$this->add(new SetupExtensionCommand());
105-
$this->add(new SetupProjectCommand());
106102
$this->add(new UpdateCommand());
107103

108104
//$this->setDefaultCommand('setup', false);

src/Console/Command/SetupExtensionCommand.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/Console/Command/SetupProjectCommand.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

tests/Unit/Console/Command/SetupExtensionCommandTest.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/Unit/Console/Command/SetupProjectCommandTest.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)