Skip to content

Commit d5d476b

Browse files
committed
Updated fasit test command
1 parent 33d0c3b commit d5d476b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/os2forms_fasit/drush.services.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
services:
2-
Drupal\os2forms_fasit\Drush\Commands\FasitTestCommands:
2+
os2forms_fasit.commands:
3+
class: \Drupal\os2forms_fasit\Commands\FasitTestCommands
34
arguments:
45
- '@Drupal\os2forms_fasit\Helper\FasitHelper'
56
tags:

modules/os2forms_fasit/src/Drush/Commands/FasitTestCommands.php renamed to modules/os2forms_fasit/src/Commands/FasitTestCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Drupal\os2forms_fasit\Drush\Commands;
3+
namespace Drupal\os2forms_fasit\Commands;
44

55
use Drupal\os2forms_fasit\Helper\FasitHelper;
66
use Drush\Commands\DrushCommands;

0 commit comments

Comments
 (0)