wiki.techinc.nl/tests
Brion Vibber e19a4391b5 * (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
before trying /tmp; new wfTempDir() function to centralize this
* Fix parser test database usage; runs on a single connection again by not
creating new LoadBalancer instances all the time
2005-05-15 10:37:56 +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 * (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir 2005-05-15 10:37:56 +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