palantirnet / palantir-behat-extension

Additional step definitions for testing Drupal sites using Behat.
1 stars 4 forks source link

Replace files rather than copying them with a new name #17

Closed patrickfweston closed 8 years ago

patrickfweston commented 8 years ago

Files that are copied as part of a Behat test can be given a new, unique filename if that file already exists. This can cause tests to fail. Instead, we replace the file and maintain the same filename.