wiki.techinc.nl/tests/phpunit
EpicPupper 6abc28230b Unify how the term "undelete" is used in the undelete UI
Amend DeleteLogFormatterTest phpunit test with new string

Bug: T307181
Change-Id: I367b78068c8177505651c6d87ce668b36e1ca651
2022-05-16 13:31:01 +00:00
..
data AutoLoader: provide methods for registering classes 2022-05-10 13:55:53 +10:00
docs
includes Unify how the term "undelete" is used in the undelete UI 2022-05-16 13:31:01 +00:00
integration/includes Merge "Make SpecialPageAliasTest more strict" 2022-05-15 10:37:25 +00:00
languages Merge "Fix typo in "overridden"" 2022-05-15 10:11:30 +00:00
maintenance rdbms: Replace getConnection with getLazyConnectionRef 2022-05-12 07:43:03 +02:00
mocks Fix many typos in comments 2022-05-10 12:46:11 +00:00
structure ResourceLoader namespace 2022-05-16 14:41:27 +10:00
suites ResourceLoader namespace 2022-05-16 14:41:27 +10:00
tests rdbms: Replace getConnection with getLazyConnectionRef 2022-05-12 07:43:03 +02:00
unit Merge "ResourceLoader namespace" 2022-05-16 13:02:18 +00:00
bootstrap.maintenance.php phpunit: Remove or inline phpunit.php loadSettings() and fatalError() 2022-03-31 18:49:18 +00:00
bootstrap.php Setup.php: clarify the use of $IP. 2022-05-03 11:53:05 +02:00
HamcrestPHPUnitIntegration.php
LessFileCompilationTest.php
MediaWikiCliOptions.php
MediaWikiCoversValidator.php Use str_starts_with/str_ends_with 2022-05-02 10:59:58 +03:00
MediaWikiGroupValidator.php
MediaWikiIntegrationTestCase.php rdbms: Replace getConnection with getLazyConnectionRef 2022-05-12 07:43:03 +02:00
MediaWikiLangTestCase.php
MediaWikiLoggerPHPUnitExtension.php
MediaWikiPHPUnitResultPrinter.php
MediaWikiTestCaseTrait.php Refactor URL-parsing global functions to class 2022-04-12 15:14:35 +03:00
MediaWikiUnitTestCase.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
phpunit.php Setup.php: clarify the use of $IP. 2022-05-03 11:53:05 +02:00
README.md phpunit: Update and simplify README 2022-03-31 19:37:33 +01:00
ResourceLoaderTestCase.php ResourceLoader namespace 2022-05-16 14:41:27 +10:00
suite.xml phpunit: Remove custom MediaWikiPHPUnitCommand and use default directly 2022-03-31 17:58:41 +00:00

MediaWiki PHPUnit tests

WARNING: Integration tests may be destructive and alter or remove parts of your local database. We try to use temporary tables where possible, but you must never run tests on a production server or on a wiki where you don't want to lose data.

Running tests

If you haven't already, run composer update (specifically without --no-dev) in the MediaWiki core directory. This will install PHPUnit.

To read about how to run specific tests, refer to:

https://www.mediawiki.org/wiki/Manual:PHP_unit_testing/Running_the_tests

Writing tests

A guide to writing PHPUnit tests for MediaWiki can be found at:

https://www.mediawiki.org/wiki/Manual:PHP_unit_testing