aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/utils/BatchRowUpdateTest.php
Commit message (Expand)AuthorAgeFilesLines
* BatchRowIterator: Use SelectQueryBuilder directlyBartosz Dziewoński2025-01-071-3/+3
* Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-051-4/+7
* tests: Return FakeResultWrapper from mocked IReadableDatabase::selectUmherirrender2024-04-191-3/+4
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-3/+3
* rdbms: Rename DatabaseMysqlBase to DatabaseMySQLAmir Sarabadani2023-09-131-1/+1
* mark various anonymous functions as staticReedy2023-08-221-2/+2
* rdbms: Merge DatabaseMysqli into DatabaseMysqlBaseAmir Sarabadani2023-08-071-1/+1
* rdbms: Drop Database::getApproximateLagStatus()Amir Sarabadani2023-01-171-3/+1
* SQLPlatform: Introduce buildComparison()Bartosz Dziewoński2022-09-101-3/+11
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-2/+2
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-4/+2
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-7/+5
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-2/+2
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+252
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-252/+0
* Make BatchRowUpdateTest compatible with PHPUnit 6Kunal Mehta2018-04-121-10/+7
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Add @covers tags to utils testsKunal Mehta2017-12-241-0/+4
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-3/+3
* Replace mocks of DatabaseMysql by DatabaseMysqliSeb352016-12-311-1/+1
* Remove spaces after cast operatorsSam Wilson2016-10-311-2/+2
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-5/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-54/+54
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Make WANObjectCache sets account for slave lagAaron Schulz2015-10-051-0/+4
* Make lines short to pass phpcs in 3 files under tests/phpunit/includes/Amir E. Aharoni2015-10-011-4/+10
* Re-enable PSR2.Methods.MethodDeclaration.StaticBeforeVisibilityReedy2015-09-261-4/+4
* Import BatchRowUpdate classes from EchoErik Bernhardson2015-08-131-0/+243