Closed akirk closed 3 days ago
Because composer test includes executing install-wp-tests.sh, it can overwrite an existing test environment. This fixes the script by testing for the existing of the file in the path.
composer test
install-wp-tests.sh
Because
composer test
includes executinginstall-wp-tests.sh
, it can overwrite an existing test environment. This fixes the script by testing for the existing of the file in the path.