Chad has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188597

Change subject: Remove phpunit profiling. It doesn't make any sense
......................................................................

Remove phpunit profiling. It doesn't make any sense

Change-Id: I7aa98ddc0a80f931a685e2946e61aa4a7dfdabff
---
M tests/phpunit/bootstrap.php
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/97/188597/1

diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php
index 121aade..a5c8ef6 100644
--- a/tests/phpunit/bootstrap.php
+++ b/tests/phpunit/bootstrap.php
@@ -15,14 +15,7 @@
 }
 
 class MediaWikiPHPUnitBootstrap {
-
-       public function __construct() {
-               wfProfileIn( __CLASS__ );
-       }
-
        public function __destruct() {
-               wfProfileOut( __CLASS__ );
-
                // Return to real wiki db, so profiling data is preserved
                MediaWikiTestCase::teardownTestDB();
 

-- 
To view, visit https://gerrit.wikimedia.org/r/188597
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7aa98ddc0a80f931a685e2946e61aa4a7dfdabff
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Chad <ch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to