wiki.techinc.nl/tests
2009-10-09 20:46:58 +00:00
..
.htaccess Hide tests from web. Probably harmless, but safer to keep it out. 2004-12-03 08:42:27 +00:00
.svnignore Copying .cvsignore and testing commit messages 2006-04-01 12:43:13 +00:00
ArticleTest.php fixes in the tests directory: 2009-07-30 15:59:04 +00:00
DatabaseTest.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
GlobalTest.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ImageFunctionsTest.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
LocalFileTest.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Makefile Update test cases to run 2007-06-06 18:37:35 +00:00
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 case files and fixes for text-prefetch two-and-a-half-pass dump. 2005-10-19 00:05:22 +00:00
test-prefetch-previous.xml Test case files and fixes for text-prefetch two-and-a-half-pass dump. 2005-10-19 00:05:22 +00:00
test-prefetch-stub.xml Revert r36033 -- this is for the stub mode output, which does indeed use that. And yes, I'm aware it doesn't match the schema, which is really meant for the final output, not the stub output. 2008-06-09 17:20:16 +00:00

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