Use local context instead of global variables
[lhc/web/wiklou.git] / maintenance / fuzz-tester.php
index f368e97..89a88e6 100644 (file)
@@ -140,7 +140,6 @@ Wiki configuration for testing:
   // Install & enable Special Page extensions to increase code coverage. E.g.:
   require_once("extensions/Cite/SpecialCite.php");
   require_once("extensions/Renameuser/SpecialRenameuser.php");
-  require_once("extensions/LinkSearch/LinkSearch.php");
   // --------- End ---------
 
   If you want to try E_STRICT error logging, add this to the above: