File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ application:
25
25
' site:grunt ' :
26
26
class : \DennisDigital\Drupal\Console\Command\SiteGruntCommand
27
27
' site:test:exec ' :
28
- class : \DennisDigital\Drupal\Console\Command\SiteTestExecCommand
28
+ class : \DennisDigital\Drupal\Console\Command\SiteTestCommand
29
29
' site:update ' :
30
30
class : \DennisDigital\Drupal\Console\Command\SiteUpdateCommand
31
31
name : { }
Original file line number Diff line number Diff line change 19
19
*
20
20
* @package DennisDigital\Drupal\Console\Command
21
21
*/
22
- class SiteTestExecCommand extends SiteBaseCommand {
22
+ class SiteTestCommand extends SiteBaseCommand {
23
23
24
24
/**
25
25
* Stores the behat tags.
@@ -34,7 +34,7 @@ class SiteTestExecCommand extends SiteBaseCommand {
34
34
protected function configure () {
35
35
parent ::configure ();
36
36
37
- $ this ->setName ('site:test:exec ' )
37
+ $ this ->setName ('site:test ' )
38
38
->setDescription ('Runs Tests. ' );
39
39
40
40
$ this ->addArgument (
You can’t perform that action at this time.
0 commit comments