wiki.techinc.nl/tests/phpunit/integration/includes
Dreamy Jazz b380904c66 Test checkComposerLockUpToDate.php
Why:
* Maintenance scripts in core are mostly untested and testing them
  will help to avoid regressions.
* Doing this for frequently run scripts is important, as they
  may fail in ways not caught by running them in CI.

What:
* Create CheckComposerLockUpToDateTest that fully tests the
  associated maintenance script.
** Move test case composer JSON files used by the LockFileCheckerTest
   class into the 'phpunit/data' folder instead of placing them
   in the same directory to allow the new test class to use these
   files too.

Bug: T371167
Change-Id: Id473ef440c6b7f8ecbb1c869f9cc0cf98705a0e9
2024-08-29 20:18:39 +00:00
..
block
cache
CommentFormatter
composer Test checkComposerLockUpToDate.php 2024-08-29 20:18:39 +00:00
context Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
db Fix inconsistently failing testQueryTimeout test 2024-08-09 18:27:48 +00:00
diff
editpage/Constraint
export
filerepo
Html
HTMLForm Allow ContributionsSpecialPage to accept usemodwiki IP addresses 2024-08-19 16:31:47 +00:00
http
language
libs
logging
mail
page Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
parser Remove ParserOutput::getText() calls from core (direct pipeline) 2024-08-23 18:15:00 +02:00
Permissions tests: Make use of ??= and ?? operators in various tests 2024-08-15 11:44:46 +02:00
poolcounter Add missing PHPDocs to complicated PoolCounterWorkTest 2024-08-15 11:59:53 +02:00
RenameUser
ResourceLoader ForeignResourceManager: Write CDX file to disk 2024-08-08 14:51:01 +02:00
Rest/Handler Provide previous parse results to parser when rendering 2024-08-23 17:41:55 -04:00
revisionlist
search
specials
Storage tests: Make use of ?? and ??= operators in test code 2024-08-08 15:51:20 +02:00
StubObject Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
user Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
utils
watchlist
ExtensionJsonTestBase.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
ExtensionServicesTestBase.php
MediaWikiEntryPointTest.php