aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/Storage/NameTableStoreTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* nametablestore: simplify NameTableStore::acquireId() and update commentsAaron Schulz2024-09-241-14/+21
* Storage: Remove transaction cancel callback from NameTableStoreAmir Sarabadani2024-08-301-152/+0
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-3/+3
* Tests: Replace "db" with getDb methodWandji692024-06-301-2/+2
* rdbms: Introduce IDatabaseForOwnerAmir Sarabadani2024-05-241-1/+0
* Test: Replace db filed usages with getDb() in MediaWikiIntegrationTestCaseLarissa Gaulia2024-05-031-13/+15
* tests: Use IDatabase for mocking instead of DBConnRefUmherirrender2024-05-021-4/+4
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-1/+8
* tests: Remove explicit clean up for database testsUmherirrender2024-01-201-3/+0
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-5/+0
* Use short callable syntax for build-in functions like "lcfirst"thiemowmde2023-10-181-12/+2
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-3/+3
* Make MediaWikiIntegrationTestCase::addCoreDBData a noopDaimona Eaytoy2023-09-051-4/+0
* mark various anonymous functions as staticReedy2023-08-221-3/+3
* Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-0/+3
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* Storage: Migrate NameTableStore to SelectQueryBuilderAmir Sarabadani2022-12-161-0/+2
* Storage: Remove using LoadBalancer::getConnectionRef in NameTableStoreAmir Sarabadani2022-08-081-2/+2
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-3/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-4/+3
* Remove passing markTestSkippedIfDbType or add commentUmherirrender2022-01-221-1/+1
* rdbms: Add more return typehintsDaimona Eaytoy2021-09-071-16/+6
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Don't pass unneeded variables into anonymous functionsDannyS7122021-07-131-1/+1
* Add some missing __METHOD__ parameters to database callsDannyS7122021-06-071-1/+2
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-2/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-5/+5
* Fix incomplete/bogus PHPDoc tags in various testsThiemo Kreuz2021-01-141-2/+2
* More misc test cleanupDannyS7122020-12-241-1/+1
* Storage: Disable NameTableStoreTest case that fails on sqliteTimo Tijhof2020-07-291-0/+3
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
* Fix visibility of setUp/tearDownThiemo Kreuz2020-06-161-1/+1
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Merge "NameTableStore: ensure consistency upon rollback."jenkins-bot2019-10-101-3/+162
|\
| * NameTableStore: ensure consistency upon rollback.daniel2019-10-101-3/+163
* | Update tests to use PHPUnit 6 class namesMax Semenik2019-10-061-1/+2
|/
* Make NameTableStore use LoadBalancer::getConnectionRef()Aaron Schulz2019-08-251-2/+5
* rdbms: Document varargs for IDatabase::buildLikeUmherirrender2019-06-181-30/+18
* Alter two uses of hasOrMadeRecentMasterChanges() for consistencyAaron Schulz2019-04-231-0/+8
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-8/+8
* tests: Mock the time in NameTableStoreTest to avoid failures if they run slowlyAaron Schulz2019-04-101-1/+8
* objectcache: optimize WAN cache key updates during HOLDOFF_TTLAaron Schulz2019-03-041-12/+13
* Don't reset name tables between test runs.daniel2018-08-231-0/+22
* Disable PHPUnit tests that fail under postgresKunal Mehta2018-08-011-0/+3
* Introduce argument for insert callback in NameTableStoreAmir Sarabadani2018-06-141-2/+19
* Fix testGetMap_twoValues() failures for sqliteAaron Schulz2018-04-131-1/+1
* [MCR] NameTableStoreaddshore2018-03-021-0/+298