MWDebugTest: clear log before running tests
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 18 Jan 2012 15:58:25 +0000 (15:58 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 18 Jan 2012 15:58:25 +0000 (15:58 +0000)
commit3ceb767b83cc79737dcff31b4b09d7a5a4ee6b26
tree195e5853142987eccda5dc7f5ab0bf765abfe452
parent79c979b4e879c886fd34ccda8826a5ec5daf017c
MWDebugTest: clear log before running tests

Some other test could have added their own logs, for example
deprecated notice. In that case, the first test will fail because
the log array already has some content :-b
tests/phpunit/includes/debug/MWDebugTest.php