X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fautoload.ide.php;h=f8a745ee48884f1d864ccd857a41a07b9c6ee7d3;hb=75d0941e7dccc344c5e916f43e37b583bb2767b3;hp=4b0b1873ab21b391ba19b927c7f1eb51f1107474;hpb=c2adecb31b16a36efdb509a575533c7f103a0576;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/autoload.ide.php b/tests/phpunit/autoload.ide.php index 4b0b1873ab..f8a745ee48 100644 --- a/tests/phpunit/autoload.ide.php +++ b/tests/phpunit/autoload.ide.php @@ -37,12 +37,6 @@ $maintenance->setup(); // We used to call this variable $self, but it was moved // to $maintenance->mSelf. Keep that here for b/c $self = $maintenance->getName(); -global $IP; -# Get profiler configuraton -$wgProfiler = []; -if ( file_exists( "$IP/StartProfiler.php" ) ) { - require "$IP/StartProfiler.php"; -} # Start the autoloader, so that extensions can derive classes from core files require_once "$IP/includes/AutoLoader.php";