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:
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 : { }
Original file line number Diff line number Diff line change 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 (
You can’t perform that action at this time.
0 commit comments