X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fdebug%2FMWDebugTest.php;h=06951b7f616112d0eb30b29a053545922348b700;hb=9144673b5c95eba229aec5c2a215fa5eb777599d;hp=6e41de75438f4c9cc24b717d0b30b14a48f9de59;hpb=0b91f622a3680bc8bee1aabe2db6a4da9d62fe2e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/debug/MWDebugTest.php b/tests/phpunit/includes/debug/MWDebugTest.php index 6e41de7543..06951b7f61 100644 --- a/tests/phpunit/includes/debug/MWDebugTest.php +++ b/tests/phpunit/includes/debug/MWDebugTest.php @@ -105,7 +105,7 @@ class MWDebugTest extends MediaWikiTestCase { $expectedKeys = array( 'mwVersion', 'phpEngine', 'phpVersion', 'gitRevision', 'gitBranch', 'gitViewUrl', 'time', 'log', 'debugLog', 'queries', 'request', 'memory', - 'memoryPeak', 'includes', 'profile', '_element' ); + 'memoryPeak', 'includes', '_element' ); foreach ( $expectedKeys as $expectedKey ) { $this->assertArrayHasKey( $expectedKey, $data['debuginfo'], "debuginfo has $expectedKey" );