X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=tests%2Fphpunit%2FMediaWikiTestCase.php;h=2b46fc396bd00cc2a0f22a5e8956763fc2547c4d;hb=4a6acde115b28e8401d701bc43fa77fa68ea4d70;hp=0a0f480ffc02692d3cea2cb5cbb35b5c1f659b66;hpb=c061e7e34c010ee7ee0a081e445e93c32a122fee;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/MediaWikiTestCase.php b/tests/phpunit/MediaWikiTestCase.php index 0a0f480ffc..2b46fc396b 100644 --- a/tests/phpunit/MediaWikiTestCase.php +++ b/tests/phpunit/MediaWikiTestCase.php @@ -129,14 +129,10 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase { $needsResetDB = true; } - wfProfileIn( $logName ); parent::run( $result ); - wfProfileOut( $logName ); if ( $needsResetDB ) { - wfProfileIn( $logName . ' (reset-db)' ); $this->resetDB(); - wfProfileOut( $logName . ' (reset-db)' ); } }