From: Brion Vibber Date: Wed, 24 Nov 2004 10:26:38 +0000 (+0000) Subject: Ensure ObjectCache.php is included (by default it's not if the main config has memcac... X-Git-Tag: 1.5.0alpha1~1257 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=e382f5b292cca26e1aaaf32ab28c57f070b5ac4d;p=lhc%2Fweb%2Fwiklou.git Ensure ObjectCache.php is included (by default it's not if the main config has memcached turned on) --- 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" ); /** */