On Wed, Aug 29, 2012 at 10:53 AM, Max Semenik maxsem.wiki@gmail.com wrote:
On 29.08.2012, 18:27 Chad wrote:
Question: why does the config for non-extension tests attempt to load extensions? -Parser and -Misc both seem to be failing due to a broken inclusion of Wikibase.
Core tests should be run without any extensions.
Ideally, core tests should include as many extension tests as possible to prevent core from silently breaking extensions.
That's why we write tests for extensions. You could very easily write two extensions that produce conflicting output--core should not break because of this.
-Chad