wiki.techinc.nl/tests
2005-01-13 16:12:25 +00:00
..
.cvsignore Reorganization of SearchEngine for legibility 2004-10-20 09:56:34 +00:00
.htaccess Hide tests from web. Probably harmless, but safer to keep it out. 2004-12-03 08:42:27 +00:00
ArticleTest.php Start splitting back-end functions from the Article user-interface class. 2004-12-19 12:21:29 +00:00
DatabaseTest.php * Start on some unit tests for GlobalFunctions 2004-10-18 09:53:47 +00:00
GlobalTest.php Make sure wfProfileIn is available for testing, in case some silly function uses it 2004-11-23 05:28:06 +00:00
Makefile * Start on some unit tests for GlobalFunctions 2004-10-18 09:53:47 +00:00
README * Start on some unit tests for GlobalFunctions 2004-10-18 09:53:47 +00:00
RunTests.php Hide tests from web. Probably harmless, but safer to keep it out. 2004-12-03 08:42:27 +00:00
SearchEngineTest.php Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken: 2004-12-19 08:00:50 +00:00
SearchMySQL3Test.php Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken: 2004-12-19 08:00:50 +00:00
SearchMySQL4Test.php Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken: 2004-12-19 08:00:50 +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'

You can install PHPUnit via pear like this:
# pear install PHPUnit

Or fetch and install it manually:
http://pear.php.net/package/PHPUnit