wiki.techinc.nl/tests
2009-10-09 20:46:58 +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 we no longer have RunTests.php 2009-10-09 20:46:58 +00:00
run-test.php Remove completely useless change to the include_path that doesn't work for 99% of the people using this. Incidentally, that amounts to about 0 people. 2009-09-02 02:51:18 +00:00
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.

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