From 4a6acde115b28e8401d701bc43fa77fa68ea4d70 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 10 Feb 2015 13:15:00 -0800 Subject: [PATCH] Remove last profiling data from unit tests Change-Id: I66255ef5364f4eebafadbed663e0945e13f31969 --- tests/phpunit/MediaWikiTestCase.php | 4 ---- 1 file changed, 4 deletions(-) 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)' ); } } -- 2.20.1