X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fdebug%2FDeprecationHelperTest.php;h=6b977a3eaf0b6e0d27ec88e441e109c104e20644;hp=55e5bbf28b7fc0d16764090299ecd0744729abc0;hb=8025629395cc13bc8f6682c007ca51a5d962d7d2;hpb=775bcac17220296e5d10d10178139a5884a4c7f2 diff --git a/tests/phpunit/includes/debug/DeprecationHelperTest.php b/tests/phpunit/includes/debug/DeprecationHelperTest.php index 55e5bbf28b..6b977a3eaf 100644 --- a/tests/phpunit/includes/debug/DeprecationHelperTest.php +++ b/tests/phpunit/includes/debug/DeprecationHelperTest.php @@ -20,11 +20,6 @@ class DeprecationHelperTest extends MediaWikiTestCase { $this->setMwGlobals( 'wgDevelopmentWarnings', false ); } - public function tearDown() { - parent::tearDown(); - MWDebug::clearLog(); - } - /** * @dataProvider provideGet */