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
/
Storage
/
NameTableStoreTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-1
/
+1
*
nametablestore: simplify NameTableStore::acquireId() and update comments
Aaron Schulz
2024-09-24
1
-14
/
+21
*
Storage: Remove transaction cancel callback from NameTableStore
Amir Sarabadani
2024-08-30
1
-152
/
+0
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-3
/
+3
*
Tests: Replace "db" with getDb method
Wandji69
2024-06-30
1
-2
/
+2
*
rdbms: Introduce IDatabaseForOwner
Amir Sarabadani
2024-05-24
1
-1
/
+0
*
Test: Replace db filed usages with getDb() in MediaWikiIntegrationTestCase
Larissa Gaulia
2024-05-03
1
-13
/
+15
*
tests: Use IDatabase for mocking instead of DBConnRef
Umherirrender
2024-05-02
1
-4
/
+4
*
tests: Migrate to IDatabase::newInsertQueryBuilder
Umherirrender
2024-04-14
1
-1
/
+8
*
tests: Remove explicit clean up for database tests
Umherirrender
2024-01-20
1
-3
/
+0
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-5
/
+0
*
Use short callable syntax for build-in functions like "lcfirst"
thiemowmde
2023-10-18
1
-12
/
+2
*
Bump codesniffer to 42.0.0
Amir Sarabadani
2023-09-27
1
-3
/
+3
*
Make MediaWikiIntegrationTestCase::addCoreDBData a noop
Daimona Eaytoy
2023-09-05
1
-4
/
+0
*
mark various anonymous functions as static
Reedy
2023-08-22
1
-3
/
+3
*
Mass migrate Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-08-07
1
-0
/
+3
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-3
/
+3
*
Storage: Migrate NameTableStore to SelectQueryBuilder
Amir Sarabadani
2022-12-16
1
-0
/
+2
*
Storage: Remove using LoadBalancer::getConnectionRef in NameTableStore
Amir Sarabadani
2022-08-08
1
-2
/
+2
*
Replace trivial usa of mock builder with createMock() shortcut
Thiemo Kreuz
2022-07-15
1
-3
/
+1
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-4
/
+3
*
Remove passing markTestSkippedIfDbType or add comment
Umherirrender
2022-01-22
1
-1
/
+1
*
rdbms: Add more return typehints
Daimona Eaytoy
2021-09-07
1
-16
/
+6
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Don't pass unneeded variables into anonymous functions
DannyS712
2021-07-13
1
-1
/
+1
*
Add some missing __METHOD__ parameters to database calls
DannyS712
2021-06-07
1
-1
/
+2
*
Remove meaningless ->expects( $this->any() ) from all tests
Thiemo Kreuz
2021-04-23
1
-2
/
+1
*
Tests: Mark more more closures as static
Umherirrender
2021-02-09
1
-5
/
+5
*
Fix incomplete/bogus PHPDoc tags in various tests
Thiemo Kreuz
2021-01-14
1
-2
/
+2
*
More misc test cleanup
DannyS712
2020-12-24
1
-1
/
+1
*
Storage: Disable NameTableStoreTest case that fails on sqlite
Timo Tijhof
2020-07-29
1
-0
/
+3
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-2
/
+2
*
Fix visibility of setUp/tearDown
Thiemo Kreuz
2020-06-16
1
-1
/
+1
*
Replace all call_user_func(_array) in all tests
Thiemo Kreuz
2020-06-06
1
-1
/
+1
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
Merge "NameTableStore: ensure consistency upon rollback."
jenkins-bot
2019-10-10
1
-3
/
+162
|
\
|
*
NameTableStore: ensure consistency upon rollback.
daniel
2019-10-10
1
-3
/
+163
*
|
Update tests to use PHPUnit 6 class names
Max Semenik
2019-10-06
1
-1
/
+2
|
/
*
Make NameTableStore use LoadBalancer::getConnectionRef()
Aaron Schulz
2019-08-25
1
-2
/
+5
*
rdbms: Document varargs for IDatabase::buildLike
Umherirrender
2019-06-18
1
-30
/
+18
*
Alter two uses of hasOrMadeRecentMasterChanges() for consistency
Aaron Schulz
2019-04-23
1
-0
/
+8
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-8
/
+8
*
tests: Mock the time in NameTableStoreTest to avoid failures if they run slowly
Aaron Schulz
2019-04-10
1
-1
/
+8
*
objectcache: optimize WAN cache key updates during HOLDOFF_TTL
Aaron Schulz
2019-03-04
1
-12
/
+13
*
Don't reset name tables between test runs.
daniel
2018-08-23
1
-0
/
+22
*
Disable PHPUnit tests that fail under postgres
Kunal Mehta
2018-08-01
1
-0
/
+3
*
Introduce argument for insert callback in NameTableStore
Amir Sarabadani
2018-06-14
1
-2
/
+19
*
Fix testGetMap_twoValues() failures for sqlite
Aaron Schulz
2018-04-13
1
-1
/
+1
*
[MCR] NameTableStore
addshore
2018-03-02
1
-0
/
+298