From: Max Semenik Date: Tue, 2 Feb 2010 20:53:28 +0000 (+0000) Subject: PHPUnit tests: X-Git-Tag: 1.31.0-rc.0~37968 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=704c16572f41b79a2e49bcd3b767e68ae0a5b703;p=lhc%2Fweb%2Fwiklou.git PHPUnit tests: * include Setup.php in bootstrap to avoid fatals * require --> require_once, was causing problems * require_once "foo.php" --> require_once( "foo.php" ), that's MediaWiki common practice --- diff --git a/tests/ImageFunctionsTest.php b/tests/ImageFunctionsTest.php index fbd6f5048c..f06bc88c76 100644 --- a/tests/ImageFunctionsTest.php +++ b/tests/ImageFunctionsTest.php @@ -1,6 +1,6 @@