Last modified: 2012-10-29 08:23:05 UTC
When an Ext- job as several Extension dependencies, it should only run the tests for the extension it has been set up for. Ext-TranslationNotification job has both Translate and TranslationNotification extensions and incorrectly run the tests from Translate: https://integration.mediawiki.org/ci/job/Ext-TranslationNotifications/7/testReport/%28root%29/ We need to adapt the phpunit-extensions target so the directory has the extension name appended.
Dropping this request, we actually want to run the full MediaWiki test suite since extensions can alter core functionalities via hooks.