From 58401c4fdf147a63f482ac5b8ae525ae855e45f0 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 23 Nov 2004 05:28:06 +0000 Subject: [PATCH] Make sure wfProfileIn is available for testing, in case some silly function uses it --- tests/GlobalTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/GlobalTest.php b/tests/GlobalTest.php index b6815758da..9cb398df11 100644 --- a/tests/GlobalTest.php +++ b/tests/GlobalTest.php @@ -2,6 +2,7 @@ require_once( 'PHPUnit.php' ); require_once( '../includes/Defines.php' ); +require_once( '../includes/Profiling.php' ); require_once( '../includes/GlobalFunctions.php' ); class GlobalTest extends PHPUnit_TestCase { -- 2.20.1