wiki.techinc.nl/tests
2004-10-28 02:01:57 +00:00
..
.cvsignore Reorganization of SearchEngine for legibility 2004-10-20 09:56:34 +00:00
ArticleTest.php Add initial tests for Article::getRevisionText and Article::compressRevision 2004-10-23 09:19:00 +00:00
DatabaseTest.php * Start on some unit tests for GlobalFunctions 2004-10-18 09:53:47 +00:00
GlobalTest.php Add more globals tests 2004-10-19 08:38:08 +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 Add initial tests for Article::getRevisionText and Article::compressRevision 2004-10-23 09:19:00 +00:00
SearchEngineTest.php Sort results before comparison, as search is not guaranteed to return results in a particular result. 2004-10-28 02:01:57 +00:00
SearchMySQL3Test.php Reorganization of SearchEngine for legibility 2004-10-20 09:56:34 +00:00
SearchMySQL4Test.php Reorganization of SearchEngine for legibility 2004-10-20 09:56:34 +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