From: Brion Vibber Date: Tue, 23 Nov 2004 05:28:06 +0000 (+0000) Subject: Make sure wfProfileIn is available for testing, in case some silly function uses it X-Git-Tag: 1.5.0alpha1~1265 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=58401c4fdf147a63f482ac5b8ae525ae855e45f0;p=lhc%2Fweb%2Fwiklou.git Make sure wfProfileIn is available for testing, in case some silly function uses it --- 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 {