php artisan migrate --env = test

php artisan cache:clear
php artisan config:cache

php artisan --env=testing migrate
Mohamad