Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional
[lhc/web/wiklou.git] / tests / phpunit / includes / ExtraParserTest.php
index 75ebd31..164c83c 100644 (file)
@@ -17,7 +17,7 @@ class ExtraParserTest extends MediaWikiTestCase {
 
                $contLang = Language::factory( 'en' );
                $this->setMwGlobals( [
-                       'wgShowDBErrorBacktrace' => true,
+                       'wgShowExceptionDetails' => true,
                        'wgCleanSignatures' => true,
                ] );
                $this->setUserLang( 'en' );