From e382f5b292cca26e1aaaf32ab28c57f070b5ac4d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 24 Nov 2004 10:26:38 +0000 Subject: [PATCH] Ensure ObjectCache.php is included (by default it's not if the main config has memcached turned on) --- maintenance/parserTests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index da52f02b2e..284b941075 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -29,6 +29,7 @@ $options = array( 'quick', 'color', 'quiet', 'help' ); $optionsWithArgs = array( 'regex' ); require_once( 'commandLine.inc' ); +require_once( "$IP/includes/ObjectCache.php" ); require_once( "$IP/languages/LanguageUtf8.php" ); /** */ -- 2.20.1