File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ lint "app/Policies/FlyPolicy.php"
8484./vendor/bin/lucid list:features
8585./vendor/bin/lucid list:services
8686
87+ # Run PHPUnit tests
88+ if [ ! -f " .env" ]; then
89+ echo ' APP_KEY=' > .env
90+ php artisan key:generate
91+ fi
92+
93+ ./vendor/bin/phpunit
94+
8795./vendor/bin/lucid delete:feature trade
8896./vendor/bin/lucid delete:job submitTradeRequest shipping
8997./vendor/bin/lucid delete:job sail boat
@@ -93,13 +101,6 @@ lint "app/Policies/FlyPolicy.php"
93101./vendor/bin/lucid delete:policy fly
94102rm app/Http/Controllers/TradeController.php
95103
96- # Run PHPUnit tests
97- if [ ! -f " .env" ]; then
98- echo ' APP_KEY=' > .env
99- php artisan key:generate
100- fi
101-
102- ./vendor/bin/phpunit
103104
104105echo " \nPASSED!\n"
105106
You can’t perform that action at this time.
0 commit comments