On Fri, Oct 18, 2013 at 5:52 AM, Antoine Musso <[email protected]> wrote: > track which lines in MediaWiki core have been executed
Does it count the whole line as covered for something like $var = $alwaysTrue ? $something : $something_else; or just the "true" case? > In June I enforced a PHPUnit feature which force us to mention which > MediaWiki function is covered by a test method [FORCE COVER]. Why is this desirable? -- Brad Jorsch (Anomie) Software Engineer Wikimedia Foundation _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
