PHPUnit tests:
authorMax Semenik <maxsem@users.mediawiki.org>
Tue, 2 Feb 2010 20:53:28 +0000 (20:53 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Tue, 2 Feb 2010 20:53:28 +0000 (20:53 +0000)
commit704c16572f41b79a2e49bcd3b767e68ae0a5b703
tree5e101bee85ceea9cc96f08a11a50317306288d4b
parenta119a58be84e9e34181ec952be201af2672677f9
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
tests/LanguageConverterTest.php
tests/LocalFileTest.php
tests/SearchEngineTest.php
tests/bootstrap.php