File tree Expand file tree Collapse file tree 3 files changed +3
-39
lines changed Expand file tree Collapse file tree 3 files changed +3
-39
lines changed Original file line number Diff line number Diff line change 1414 */
1515
1616use Drupal \Core \Command \GenerateTheme ;
17- use Drupal \Core \Command \InstallCommand ;
1817use Symfony \Component \Console \Application ;
19- use DrupalCoreDev \Command \CacheCommand ;
2018use DrupalCoreDev \Command \AdminLoginCommand ;
19+ use DrupalCoreDev \Command \CacheCommand ;
20+ use DrupalCoreDev \Command \InstallCommand ;
2121use DrupalCoreDev \Command \TestCommand ;
2222use DrupalCoreDev \Command \TestBrowserCommand ;
23- use DrupalCoreDev \Command \UninstallCommand ;
2423
2524if (PHP_SAPI !== 'cli ' ) {
2625 return ;
@@ -38,6 +37,5 @@ $application->add(new CacheCommand($loader));
3837$ application ->add (new AdminLoginCommand ($ loader ));
3938$ application ->add (new TestCommand ());
4039$ application ->add (new TestBrowserCommand ());
41- $ application ->add (new UninstallCommand ());
4240
4341$ application ->run ();
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project_files:
1717 - core-dev/src/Command/CacheCommand.php
1818 - core-dev/src/Command/TestCommand.php
1919 - core-dev/src/Command/TestBrowserCommand.php
20- - core-dev/src/Command/UninstallCommand .php
20+ - core-dev/src/Command/InstallCommand .php
2121
2222post_install_actions :
2323 - cp core-dev/phpunit-chrome.xml ../core/phpunit.xml
You can’t perform that action at this time.
0 commit comments