Skip to content

Instantly share code, notes, and snippets.

<?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