wiki.techinc.nl/tests
Tim Starling ed4303922f Merged filerepo-work branch:
* Added support for configuration of an arbitrary number of commons-style file repositories.
* Split Image.php into filerepo/File.php and filerepo/LocalFile.php
* Renamed Image::getImagePath() to File::getPath()
* Added initial support for timestamp-based file fetching (OldLocalFile), to be expanded upon by aaron.
* Changed the interface for Image/File object creation: use wfFindFile() or wfLocalFile() depending on semantics
* ImageGallery::add() now accepts a title object as the first parameter
* Moved file handling operations on upload from SpecialUpload to File
* Removed path-related functions from ImageFunctions.php. Removed static path accessors from File. 
* Added a Content-Disposition header to thumb.php output
* Improved thumb.php error handling
* Updated the unit test suite to kind of partially work with modern computers. RunTests.php doesn't work just yet. Fixed an actual regression that the test suite detected -- moved some defines to Defines.php where they will be loaded consistently.
2007-05-30 21:02:32 +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 Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
DatabaseTest.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
GlobalTest.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
ImageFunctionsTest.php Merged filerepo-work branch: 2007-05-30 21:02:32 +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 Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
run-test.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
RunTests.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SanitizerTest.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SearchEngineTest.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SearchMySQL4Test.php Merged filerepo-work branch: 2007-05-30 21:02:32 +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'

PHPUnit is no longer maintained by PEAR. To get the current version of
PHPUnit, first uninstall any old version of PHPUnit or PHPUnit2 from PEAR, 
then install the current version from phpunit.de like this:

# pear channel-discover pear.phpunit.de
# pear install phpunit/PHPUnit