wiki.techinc.nl/tests
2005-07-19 09:36:54 +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 * Replace wfMungeToUtf8 and do_html_entity_decode with a single function 2005-05-31 11:54:36 +00:00
LocalTestSettings.sample Sample files for noobs like me. 2005-07-19 09:36:54 +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 * Replace wfMungeToUtf8 and do_html_entity_decode with a single function 2005-05-31 11:54:36 +00:00
SanitizerTest.php * Replace wfMungeToUtf8 and do_html_entity_decode with a single function 2005-05-31 11:54:36 +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