Move trivially compatible tests to the unit tests suite
[lhc/web/wiklou.git] / tests / common / TestSetup.php
index 6d250be..a42f573 100644 (file)
@@ -18,9 +18,9 @@ class TestSetup {
                global $wgSessionProviders, $wgSessionPbkdf2Iterations;
                global $wgJobTypeConf;
                global $wgAuthManagerConfig;
-               global $wgSecretKey;
+               global $wgShowExceptionDetails;
 
-               $wgSecretKey = 'secretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecret';
+               $wgShowExceptionDetails = true;
 
                // wfWarn should cause tests to fail
                $wgDevelopmentWarnings = true;