Manual:Unit testing

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil

Unit testing in MediaWiki is performed using two different frameworks for the PHP backend and JavaScript frontend. For more information about how these are used in the MediaWiki infrastructure, please refer to the appropriate manual page:

Unit tests should follow A Set of Unit Testing Rules by Michael Feathers.

See also[edit]