diff --git a/.dockerignore b/.dockerignore index 8c14afa..14e0d03 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,5 +5,6 @@ www/storage/logs/* www/storage/framework/cache/* www/storage/framework/sessions/* www/storage/framework/views/* +www/storage/framework/testing www/public/storage www/public/games diff --git a/www/composer.json b/www/composer.json index 17c9719..293e748 100644 --- a/www/composer.json +++ b/www/composer.json @@ -50,7 +50,8 @@ ], "test": [ "@php artisan config:clear --ansi", - "@php artisan test" + "@php artisan test", + "@php ./vendor/bin/pint --test" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", diff --git a/www/storage/framework/testing/.gitignore b/www/storage/framework/testing/.gitignore old mode 100644 new mode 100755