From f90a27ce59969692f71aefad11a2bb209d69607c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 9 Oct 2017 20:30:57 +0200 Subject: [PATCH] Remove twig clean from test script --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index ea9dbe9ddf..9b0b2836c7 100755 --- a/test.sh +++ b/test.sh @@ -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 @@ -138,4 +138,4 @@ fi # restore current config: if [ -f $BACKUPENV ]; then mv $BACKUPENV $ORIGINALENV -fi \ No newline at end of file +fi