Seeing lots of warnings like this recently in sqlite tests:
Warning: copy(/tmp/wp-cli-test-core-install-cache-6.9.4/install_34f3da9689642b02bfdc2a3bb7dc5325.sqlite): Failed to open stream: No such file or directory in vendor/wp-cli/wp-cli-tests/src/Context/FeatureContext.php line 1622
Maybe need some hardening like file_exists or even error suppression.
Seeing lots of warnings like this recently in sqlite tests:
Warning: copy(/tmp/wp-cli-test-core-install-cache-6.9.4/install_34f3da9689642b02bfdc2a3bb7dc5325.sqlite): Failed to open stream: No such file or directory in vendor/wp-cli/wp-cli-tests/src/Context/FeatureContext.php line 1622
Maybe need some hardening like file_exists or even error suppression.