aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/jobqueue/JobQueueTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-1/+6
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* tests: Remove unused JobQueueTest::$keyUmherirrender2024-09-051-2/+0
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
* tests: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-221-1/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-6/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-2/+0
* JobQueue: Drop getWiki(), deprecated in 1.33James D. Forrester2023-08-241-16/+0
* Replace usages of deprecated MWExceptionDaimona Eaytoy2023-06-061-1/+1
* objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotationsTimo Tijhof2023-04-101-10/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Avoid deprecated usage of `Job::factory()`Derick Alangi2023-01-251-4/+20
* tests: Handle dynamic created properties on test classesUmherirrender2023-01-131-1/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-1/+1
* Replace usages of deprecated wfWikiID()Alexander Vorwerk2021-12-211-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Hard deprecate JobQueue::getWikiDannyS7122021-04-081-0/+3
* More misc test cleanupDannyS7122020-12-241-7/+3
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* build: Bump mediawiki-codesniffer to 31.0.0Daimona Eaytoy2020-05-301-6/+6
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-2/+2
* Move UIDGenerator code to a service and put it under /libsAaron Schulz2020-02-181-0/+2
* Manual fix of the remaining assertInternalType & Co.Daimona Eaytoy2019-12-151-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Add public as visibility in tests folderUmherirrender2019-10-101-3/+3
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-19/+19
* Remove unnecessary semi-colonsDerick Alangi2019-06-121-1/+1
* tests: Remove use of wfRandomString() for test fixturesTimo Tijhof2019-05-061-2/+1
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-2/+2
* jobqueue: dependency inject more objects into JobQueueAaron Schulz2019-04-041-0/+2
* Make WikiMap::isCurrentWikiDbDomain() more rigorousAaron Schulz2019-03-291-2/+5
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-1/+2
* rdbms: rename CONN_TRX_AUTO constant to CONN_TRX_AUTOCOMMITAaron Schulz2018-04-121-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-2/+2
* rdbms: specify DB name and table prefix even for the local domainAaron Schulz2018-01-161-1/+11
* Convert all array() syntax to []Kunal Mehta2016-02-171-35/+35
* Remove JobQueue::setTestingPrefix() hackAaron Schulz2015-12-101-7/+9
* Add per-partition JobQueueRedis aggregationAaron Schulz2015-12-101-0/+19
* tests: Remove unused $wgMemc resetsTimo Tijhof2015-12-061-2/+0
* Various JobQueue test tweaksAaron Schulz2015-11-091-8/+23
* Remove useless sleep() in JobQueueTestAntoine Musso2014-10-241-2/+7
* Remove MediaWikiPHPUnitCommandaddshore2014-08-021-2/+2
* Revert "Revert "Removed useless JobQueue return values""Aaron Schulz2014-04-161-8/+8
* Revert "Removed useless JobQueue return values"Reedy2014-04-161-8/+8
* Removed useless JobQueue return valuesAaron Schulz2014-04-021-8/+8
* @covers tags for more test classesaddshore2013-10-241-2/+17
* Fix scope on all /phpunit test methodsaddshore2013-10-241-5/+5
* [JobQueue] Added a function to delete all jobs from a queue.Aaron Schulz2013-05-151-6/+10
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+3