Skip to content

Commit 66d849e

Browse files
author
Tasha Harrison
committed
Case 27689; deleted chain site:test and renamed site:test:exec command to site:test
1 parent 9f008fb commit 66d849e

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

chain/chain-site-test.yml

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

console.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ application:
2525
'site:grunt':
2626
class: \DennisDigital\Drupal\Console\Command\SiteGruntCommand
2727
'site:test:exec':
28-
class: \DennisDigital\Drupal\Console\Command\SiteTestExecCommand
28+
class: \DennisDigital\Drupal\Console\Command\SiteTestCommand
2929
'site:update':
3030
class: \DennisDigital\Drupal\Console\Command\SiteUpdateCommand
3131
name: { }

src/Command/SiteTestExecCommand.php renamed to src/Command/SiteTestCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package DennisDigital\Drupal\Console\Command
2121
*/
22-
class SiteTestExecCommand extends SiteBaseCommand {
22+
class SiteTestCommand extends SiteBaseCommand {
2323

2424
/**
2525
* Stores the behat tags.
@@ -34,7 +34,7 @@ class SiteTestExecCommand extends SiteBaseCommand {
3434
protected function configure() {
3535
parent::configure();
3636

37-
$this->setName('site:test:exec')
37+
$this->setName('site:test')
3838
->setDescription('Runs Tests.');
3939

4040
$this->addArgument(

0 commit comments

Comments
 (0)