wiki.techinc.nl/tests
Ævar Arnfjörð Bjarmason b42ac97c91 * ctype tests
2006-01-20 22:52:21 +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 * s~\t+$~~ 2006-01-07 13:31:29 +00:00
CtypeTest.php * ctype tests 2006-01-20 22:52:21 +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
LocalTestSettings.sample Sample files for noobs like me. 2005-07-19 09:36:54 +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 * set_include_path() in case of a custom PHPTest install 2006-01-20 22:50: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