aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/jobqueue/JobTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-1/+6
* Replace gettype() with get_debug_type() in debug/log/test outputBartosz DziewoƄski2024-07-311-1/+1
* Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-1/+1
* [ParsoidCachePrewarmJob] Use ParserOutputAccessC. Scott Ananian2024-06-171-1/+1
* Move ParsoidOutputAccess::supportsContentModel() into Parsoid SiteConfigC. Scott Ananian2024-05-221-1/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotationsTimo Tijhof2023-04-101-19/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Add dependency injection for Job classesdaniel2023-01-191-15/+29
* tests: Set serialize_precision=-1 in TestSetupKevin Israel2022-12-141-2/+1
* Miscellaneous PHP version related cleanupsTim Starling2022-11-211-4/+3
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* tests: don't assume wgLanguageCode is 'en'C. Scott Ananian2022-07-211-0/+3
* RefreshLinksJob: assert proper titledaniel2022-02-091-6/+6
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-3/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-2/+0
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-1/+1
* Replace setExpectedException with two argsDaimona Eaytoy2019-10-051-1/+2
* jobqueue: Follow-up for fc5d51f12936ed (added GenericParameterJob)Timo Tijhof2019-04-251-11/+15
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-12/+94
* Simplify strings in PHP codeFomafix2019-03-011-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-2/+2
* Fix additional usage of incorrect casemainframe982017-12-151-1/+1
* Try to avoid bogus JobTest failures for PHP 7Aaron Schulz2017-12-021-2/+4
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* Allow callback functions for creating jobsLucas Werkmeister2017-05-091-0/+37
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-1/+2
* Track which web request created a jobErik Bernhardson2016-04-131-8/+11
* Make Job::toString() handle array parameters betterAaron Schulz2016-03-161-0/+23
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* Switch name to username in @author tagsaddshore2016-01-271-1/+1
* Add tests for Job::toStringaddshore2014-09-231-0/+67