This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* On Git migration day we have to clean out the existing tests of | |
* testable branches so they can be tested again. The ones that will already be | |
* there on QA are all not testable. | |
* | |
* This is a translation of the pseudocode in | |
* http://drupal.org/node/1057146#comment-4073288 | |
* | |
* It seems to work, and if I'm not mistaken it won't do any damage, but would |