File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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"
4949./vendor/bin/lucid make:feature trade
5050examine " app/Features/TradeFeature.php"
5151lint " app/Features/TradeFeature.php"
52- examine " tests/Features /TradeFeatureTest.php"
53- lint " tests/Features /TradeFeatureTest.php"
52+ examine " tests/Feature /TradeFeatureTest.php"
53+ lint " tests/Feature /TradeFeatureTest.php"
5454
5555# Job
5656./vendor/bin/lucid make:job submitTradeRequest shipping
@@ -108,8 +108,8 @@ lint "app/Services/Harbour/Http/Controllers/TradeController.php"
108108./vendor/bin/lucid make:feature trade harbour
109109examine " app/Services/Harbour/Features/TradeFeature.php"
110110lint " app/Services/Harbour/Features/TradeFeature.php"
111- examine " tests/Features /Services/Harbour/TradeFeatureTest.php"
112- lint " tests/Features /Services/Harbour/TradeFeatureTest.php"
111+ examine " tests/Feature /Services/Harbour/TradeFeatureTest.php"
112+ lint " tests/Feature /Services/Harbour/TradeFeatureTest.php"
113113
114114# # Operation
115115./vendor/bin/lucid make:operation spin harbour
Original file line number Diff line number Diff line change @@ -905,7 +905,7 @@ protected function findUnitTestsRootPath()
905905 */
906906 protected function findFeatureTestsRootPath ()
907907 {
908- return base_path (). DS . 'tests ' . DS . 'Features ' ;
908+ return base_path (). DS . 'tests ' . DS . 'Feature ' ;
909909 }
910910
911911 /**
You can’t perform that action at this time.
0 commit comments