wiki.techinc.nl/tests
Alexandre Emsenhuber 33459ee889 fixes in the tests directory:
* create default object to avoid PHP notices in ArticleTest
* remove broken constructor in SearchMySQL4Test
* remove pass by ref to avoid PHP warnings in SearchEngineTest
2009-07-30 15:59:04 +00:00
..
.htaccess
.svnignore
ArticleTest.php fixes in the tests directory: 2009-07-30 15:59:04 +00:00
DatabaseTest.php
GlobalTest.php
ImageFunctionsTest.php
LocalFileTest.php
Makefile
MediaWiki_TestCase.php Make Database into abstract class DatabaseBase 2009-06-12 17:59:04 +00:00
README
run-test.php
SearchEngineTest.php fixes in the tests directory: 2009-07-30 15:59:04 +00:00
SearchMySQL4Test.php fixes in the tests directory: 2009-07-30 15:59:04 +00:00
test-prefetch-current.xml
test-prefetch-previous.xml
test-prefetch-stub.xml

Some quickie unit tests done with the PHPUnit testing framework. To run the
test suite, run 'make test' in this dir or 'php RunTests.php'

PHPUnit is no longer maintained by PEAR. To get the current version of
PHPUnit, first uninstall any old version of PHPUnit or PHPUnit2 from PEAR, 
then install the current version from phpunit.de like this:

# pear channel-discover pear.phpunit.de
# pear install phpunit/PHPUnit