wiki.techinc.nl/tests/phpunit
2022-06-02 19:54:08 +00:00
..
data resourceloader: Tweak RL\FilePath handling in packageFiles 2022-05-27 22:40:41 +01:00
docs
includes Merge "rdbms: Move selectSQLText to SQLPlatform" 2022-06-02 19:54:08 +00:00
integration/includes RollbackPage: Make rollback not overwrite manual RC patrol status 2022-06-01 09:36:55 +02:00
languages Merge "Fix typo in "overridden"" 2022-05-15 10:11:30 +00:00
maintenance tests: Fix types in documentation by adding use statements 2022-05-29 07:11:15 +00:00
mocks Docs: remove references to DefaultSettings.php 2022-05-30 21:27:09 +02:00
structure phpunit: Do not access MW services in dataProviders 2022-05-30 23:16:06 +02:00
suites ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
tests rdbms: Replace getConnection with getLazyConnectionRef 2022-05-12 07:43:03 +02:00
unit rdbms: Move selectSQLText to SQLPlatform 2022-06-02 21:35:04 +02:00
bootstrap.maintenance.php
bootstrap.php Turn DefaultSettings.php into a deprecated stub 2022-05-17 16:50:56 +02:00
HamcrestPHPUnitIntegration.php
LessFileCompilationTest.php tests: Fix types in documentation by adding use statements 2022-05-29 07:11:15 +00:00
MediaWikiCliOptions.php
MediaWikiCoversValidator.php Use str_starts_with/str_ends_with 2022-05-02 10:59:58 +03:00
MediaWikiGroupValidator.php
MediaWikiIntegrationTestCase.php Start clean up of revision_actor_temp table 2022-05-23 15:37:42 +00: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
phpunit.php Setup.php: clarify the use of $IP. 2022-05-03 11:53:05 +02:00
README.md
ResourceLoaderTestCase.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
suite.xml

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