Plan is to:
- Modify phpunit.xml.dist to support finding tests in extensions/**/tests/phpunit/unit
- Add some code that runs before the testsuite to iterate over all extensions and skins, and call ExtensionRegistry::getInstance()->queue( $path ) followed by ExtensionRegistry::getInstance()->loadFromQueue()