wiki.techinc.nl/tests
2006-06-27 16:11:47 +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 * s~\t+$~~ 2006-01-07 13:31:29 +00:00
DatabaseTest.php * s~\t+$~~ 2006-01-07 13:31:29 +00:00
GlobalTest.php * (bug 4679) Work around buggy basename() function in PHP5, which breaks 2006-01-20 09:03:16 +00:00
ImageTest.php * (bug 5062) Width sometimes one pixel short when using maximum heights 2006-02-27 08:38:57 +00:00
LocalTestSettings.sample Revert to r15092; massive breakage, unable to connect to MySQL at all 2006-06-27 16:11:47 +00:00
Makefile * Added options to install phpunit for the lazy 2006-01-20 22:49:07 +00:00
README * Start on some unit tests for GlobalFunctions 2004-10-18 09:53:47 +00:00
RunTests.php Revert to r15092; massive breakage, unable to connect to MySQL at all 2006-06-27 16:11:47 +00:00
SanitizerTest.php * s~\t+$~~ 2006-01-07 13:31:29 +00:00
SearchEngineTest.php * This requires ../includes/Hooks.php 2006-01-20 22:51:10 +00:00
SearchMySQL4Test.php * s~\t+$~~ 2006-01-07 13:31:29 +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 Test case files and fixes for text-prefetch two-and-a-half-pass dump. 2005-10-19 00:05:22 +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