X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fbootstrap.php;h=a5c8ef61c43f95be8c820a5062ffaedb99ee67a4;hb=1b86e6bb67708d24fce32b3940c926c8314dfcbf;hp=121aade91b0b484bc642eb4666902f64d506574c;hpb=39d981e8b547991a08c8f22afde4e4b33c624ff1;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index 121aade91b..a5c8ef61c4 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -15,14 +15,7 @@ EOF; } class MediaWikiPHPUnitBootstrap { - - public function __construct() { - wfProfileIn( __CLASS__ ); - } - public function __destruct() { - wfProfileOut( __CLASS__ ); - // Return to real wiki db, so profiling data is preserved MediaWikiTestCase::teardownTestDB();