File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ lint "app/Http/Controllers/TradeController.php"
49
49
./vendor/bin/lucid make:feature trade
50
50
examine " app/Features/TradeFeature.php"
51
51
lint " app/Features/TradeFeature.php"
52
- examine " tests/Feature /TradeFeatureTest.php"
53
- lint " tests/Feature /TradeFeatureTest.php"
52
+ examine " tests/Features /TradeFeatureTest.php"
53
+ lint " tests/Features /TradeFeatureTest.php"
54
54
55
55
# Job
56
56
./vendor/bin/lucid make:job submitTradeRequest shipping
@@ -108,8 +108,8 @@ lint "app/Services/Harbour/Http/Controllers/TradeController.php"
108
108
./vendor/bin/lucid make:feature trade harbour
109
109
examine " app/Services/Harbour/Features/TradeFeature.php"
110
110
lint " app/Services/Harbour/Features/TradeFeature.php"
111
- examine " tests/Feature /Services/Harbour/TradeFeatureTest.php"
112
- lint " tests/Feature /Services/Harbour/TradeFeatureTest.php"
111
+ examine " tests/Features /Services/Harbour/TradeFeatureTest.php"
112
+ lint " tests/Features /Services/Harbour/TradeFeatureTest.php"
113
113
114
114
# # Operation
115
115
./vendor/bin/lucid make:operation spin harbour
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ protected function findUnitTestsRootPath()
890
890
*/
891
891
protected function findFeatureTestsRootPath ()
892
892
{
893
- return base_path (). DS . 'tests ' . DS . 'Feature ' ;
893
+ return base_path (). DS . 'tests ' . DS . 'Features ' ;
894
894
}
895
895
896
896
/**
You can’t perform that action at this time.
0 commit comments