From b9b85843572bf283f48285001e276ba7e61b63f6 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Feb 2009 13:37:51 +0100 Subject: updated to MediaWiki 1.14.0 --- t/inc/Global.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't/inc/Global.t') diff --git a/t/inc/Global.t b/t/inc/Global.t index adf8d135..7b2994e6 100644 --- a/t/inc/Global.t +++ b/t/inc/Global.t @@ -5,12 +5,12 @@ define( 'MEDIAWIKI', true ); require 't/Test.php'; require 'includes/Defines.php'; +require 'StartProfiler.php'; +require 'includes/AutoLoader.php'; require 'LocalSettings.php'; +require 'includes/Setup.php'; -plan( 48 ); - -require_ok( 'includes/ProfilerStub.php' ); -require_ok( 'includes/GlobalFunctions.php' ); +plan( 46 ); $wgReadOnly = null; $wgReadOnlyFile = tempnam(wfTempDir(), "mwtest_readonly"); @@ -48,7 +48,7 @@ is( wfQuotedPrintable( "\xc4\x88u legebla?", "UTF-8" ), $start = wfTime(); is( gettype( $start ), 'float', 'Time (type)' ); $end = wfTime(); -cmp_ok( $end, '>', $start, 'Time' ); +cmp_ok( $end, '>', $start, 'Time (compare)' ); $arr = wfArrayToCGI( array( 'baz' => 'AT&T', 'ignore' => '' ), -- cgit v1.2.3-54-g00ecf