diff --git a/tests/phpstan.sh b/tests/phpstan.sh index 400fc4a3..b737aefa 100755 --- a/tests/phpstan.sh +++ b/tests/phpstan.sh @@ -14,7 +14,7 @@ docker run -tid --rm -v ps-volume:/var/www/html --name temp-ps prestashop/presta # Clear previous instance of the module in the PrestaShop volume echo "Clear previous module" -docker exec -t --user root temp-ps sh -c 'rm -rf /var/www/html/modules/blockreassurance || ls /var/www/html/modules/blockreassurance' +docker exec -t --user root temp-ps sh -c 'find /var/www/html/modules/blockreassurance -type f -exec rm {} +' # Run a container for PHPStan, having access to the module content and PrestaShop sources. # This tool is outside the composer.json because of the compatibility with PHP 5.6