Skip to content

Commit

Permalink
change test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Batisska committed May 5, 2021
1 parent 5794b65 commit 21b320b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/test-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ lint "app/Http/Controllers/TradeController.php"
./vendor/bin/lucid make:feature trade
examine "app/Features/TradeFeature.php"
lint "app/Features/TradeFeature.php"
examine "tests/Feature/TradeFeatureTest.php"
lint "tests/Feature/TradeFeatureTest.php"
examine "tests/Features/TradeFeatureTest.php"
lint "tests/Features/TradeFeatureTest.php"

# Job
./vendor/bin/lucid make:job submitTradeRequest shipping
Expand Down Expand Up @@ -108,8 +108,8 @@ lint "app/Services/Harbour/Http/Controllers/TradeController.php"
./vendor/bin/lucid make:feature trade harbour
examine "app/Services/Harbour/Features/TradeFeature.php"
lint "app/Services/Harbour/Features/TradeFeature.php"
examine "tests/Feature/Services/Harbour/TradeFeatureTest.php"
lint "tests/Feature/Services/Harbour/TradeFeatureTest.php"
examine "tests/Features/Services/Harbour/TradeFeatureTest.php"
lint "tests/Features/Services/Harbour/TradeFeatureTest.php"

## Operation
./vendor/bin/lucid make:operation spin harbour
Expand Down

0 comments on commit 21b320b

Please sign in to comment.