https://bugzilla.wikimedia.org/show_bug.cgi?id=58095
--- Comment #3 from Marcin Cieślak <[email protected]> --- Few more ideas for a better implementation: 1) with $wgDevelopmentWarnings = true, allow the test code to continue to run after wfWarn 2) have a list of expected warnings (for tests like SpecialPageTest::testInvalidGetTitleFor mentioned above). We can have annotation for that. 3) collect all warnings in an array 4) check the list of warnings collected vs. list of expected warnings 5) if warnings are still there, fail the test (even if it otherwise passes). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
