Remove twig clean from test script

This commit is contained in:
James Cole
2017-10-09 20:30:57 +02:00
parent 624b654fa6
commit f90a27ce59

View File

@@ -112,7 +112,7 @@ echo "clear caches and what-not.."
php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan twig:clean
# php artisan twig:clean
php artisan view:clear
# run PHPUnit