https://bugzilla.wikimedia.org/show_bug.cgi?id=42506
Merlijn van Deen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Merlijn van Deen <[email protected]> --- After some discussion on IRC... We should probably split https://github.com/wikimedia/mediawiki-core/blob/master/tests/phpunit/includes/parser/MediaWikiParserTest.php into a 'core' and an 'extensions' part. Because in the Jenkins situation we only have a single extension loaded, this gives us the needed separation. Something along the lines of $wgExtensionParserTestFiles['LabeledSectionTranscludion'][] = $path . 'lstParserTests.txt'; is probably the clearest method, and it also keeps the option open to do more specific filtering later. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
