index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
utils
/
BatchRowUpdateTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
BatchRowIterator: Use SelectQueryBuilder directly
Bartosz Dziewoński
2025-01-07
1
-3
/
+3
*
Migrate to IReadableDatabase::newSelectQueryBuilder
Umherirrender
2024-05-05
1
-4
/
+7
*
tests: Return FakeResultWrapper from mocked IReadableDatabase::select
Umherirrender
2024-04-19
1
-3
/
+4
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-3
/
+3
*
rdbms: Rename DatabaseMysqlBase to DatabaseMySQL
Amir Sarabadani
2023-09-13
1
-1
/
+1
*
mark various anonymous functions as static
Reedy
2023-08-22
1
-2
/
+2
*
rdbms: Merge DatabaseMysqli into DatabaseMysqlBase
Amir Sarabadani
2023-08-07
1
-1
/
+1
*
rdbms: Drop Database::getApproximateLagStatus()
Amir Sarabadani
2023-01-17
1
-3
/
+1
*
SQLPlatform: Introduce buildComparison()
Bartosz Dziewoński
2022-09-10
1
-3
/
+11
*
Tests: Cleanup some unnecessary nested function calls
Reedy
2022-06-06
1
-2
/
+2
*
Remove meaningless ->expects( $this->any() ) from all tests
Thiemo Kreuz
2021-04-23
1
-4
/
+2
*
Replace PHPUnit ->returnValue() with ->willReturn() shortcut
Thiemo Kreuz
2021-04-22
1
-7
/
+5
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
1
-1
/
+1
*
Tests: Mark more more closures as static
Umherirrender
2021-02-09
1
-1
/
+1
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
Replace all call_user_func(_array) in all tests
Thiemo Kreuz
2020-06-06
1
-2
/
+2
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-1
/
+1
*
Revert "Separate MediaWiki unit and integration tests"
Legoktm
2019-06-13
1
-0
/
+252
*
Separate MediaWiki unit and integration tests
Máté Szabó
2019-06-13
1
-252
/
+0
*
Make BatchRowUpdateTest compatible with PHPUnit 6
Kunal Mehta
2018-04-12
1
-10
/
+7
*
Use ::class to resolve class names in tests
Umherirrender
2018-01-26
1
-1
/
+1
*
Add @covers tags to utils tests
Kunal Mehta
2017-12-24
1
-0
/
+4
*
build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0
Umherirrender
2017-06-26
1
-3
/
+3
*
Replace mocks of DatabaseMysql by DatabaseMysqli
Seb35
2016-12-31
1
-1
/
+1
*
Remove spaces after cast operators
Sam Wilson
2016-10-31
1
-2
/
+2
*
Replace DatabaseBase:: with Database:: and update type hints
Aaron Schulz
2016-09-27
1
-5
/
+4
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-54
/
+54
*
Remove various double empty newlines
umherirrender
2015-12-27
1
-1
/
+0
*
Make WANObjectCache sets account for slave lag
Aaron Schulz
2015-10-05
1
-0
/
+4
*
Make lines short to pass phpcs in 3 files under tests/phpunit/includes/
Amir E. Aharoni
2015-10-01
1
-4
/
+10
*
Re-enable PSR2.Methods.MethodDeclaration.StaticBeforeVisibility
Reedy
2015-09-26
1
-4
/
+4
*
Import BatchRowUpdate classes from Echo
Erik Bernhardson
2015-08-13
1
-0
/
+243