wiki.techinc.nl/tests/phpunit/includes/jobqueue
daniel b1e3100feb RefreshLinksJob: assert proper title
If a RefreshLinksJob is created with an improper/invalid title,
executing the job later will fail with a PageAssertionException
while trying to create a WikiPage for that title. Better check
the title when constructing the job, so the offending code is on the
stack when it happens.

Bug: T293291
Depends-On: I7dcfac0eacdd5b22bdf443e88f8e6ddb883b92cc
Change-Id: I77a622591836873415f097453da01ca7e61c41be
2022-02-09 20:39:08 +01:00
..
jobs RefreshLinksJob: assert proper title 2022-02-09 20:39:08 +01:00
JobQueueMemoryTest.php
JobQueueTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
JobRunnerTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
JobTest.php RefreshLinksJob: assert proper title 2022-02-09 20:39:08 +01:00
RefreshLinksPartitionTest.php Title: Make use of BacklinkCacheFactory service 2021-09-09 14:04:02 +01:00