From ba0fc4fa20067528effd4802e53ceeb959640825 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 12 Jan 2012 13:42:29 +0100 Subject: Update to MediaWiki 1.18.1 --- tests/parser/parserTest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/parser') diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 4b4c7f72..0ce7c997 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -78,7 +78,7 @@ class ParserTest { */ public function __construct( $options = array() ) { # Only colorize output if stdout is a terminal. - $this->color = !wfIsWindows() && posix_isatty( 1 ); + $this->color = !wfIsWindows() && Maintenance::posix_isatty( 1 ); if ( isset( $options['color'] ) ) { switch( $options['color'] ) { -- cgit v1.2.2