wiki.techinc.nl/tests
2008-06-09 17:20:16 +00:00
..
.htaccess
.svnignore
ArticleTest.php
DatabaseTest.php
GlobalTest.php
ImageFunctionsTest.php
LocalFileTest.php
Makefile
MediaWiki_TestCase.php
README
run-test.php
SearchEngineTest.php
SearchMySQL4Test.php
test-prefetch-current.xml
test-prefetch-previous.xml
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 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