From 704c16572f41b79a2e49bcd3b767e68ae0a5b703 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Tue, 2 Feb 2010 20:53:28 +0000 Subject: [PATCH] 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 --- tests/ImageFunctionsTest.php | 2 +- tests/LanguageConverterTest.php | 2 +- tests/LocalFileTest.php | 2 +- tests/SearchEngineTest.php | 2 +- tests/bootstrap.php | 14 ++++++++------ 5 files changed, 12 insertions(+), 10 deletions(-) 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 @@