mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Make sure the /javascript/ url’s are ignored.
This commit is contained in:
10
test.sh
10
test.sh
@@ -51,9 +51,6 @@ fi
|
||||
# enable testing config
|
||||
cp $TESTINGENV $ORIGINALENV
|
||||
|
||||
# clear cache:
|
||||
php artisan cache:clear
|
||||
|
||||
# reset database (optional)
|
||||
if [[ $resetTestFlag == "true" ]]
|
||||
then
|
||||
@@ -85,6 +82,13 @@ echo "Copy test database over original"
|
||||
# take database from copy:
|
||||
cp $DATABASECOPY $DATABASE
|
||||
|
||||
echo "clear caches and what-not.."
|
||||
php artisan cache:clear
|
||||
php artisan config:clear
|
||||
php artisan route:clear
|
||||
php artisan twig:clean
|
||||
php artisan view:clear
|
||||
|
||||
# run PHPUnit
|
||||
if [[ $testflag == "" ]]
|
||||
then
|
||||
|
Reference in New Issue
Block a user