wiki.techinc.nl/tests/phpunit/includes/block
Tim Starling a5372218b7 block: Deprecate and stop using $wgBlockTargetMigrationStage
* Deprecate and stop using $wgBlockTargetMigrationStage. Remove
  block_target migration code.
* Make the $schema parameters to DatabaseBlockStore methods default to
  SCHEMA_BLOCK. Avoid passing these parameters where possible.
* Remove cleanupBlocks.php
* Deprecate DatabaseBlock static methods which try to present the old
  schema for b/c.

Bug: T362133
Change-Id: I845bad8cc09a4528fef46a6f9d490ebdec881d99
2024-05-10 15:54:17 +10:00
..
Restriction Fix tests not properly cleaning up the DB 2023-08-16 01:05:11 +00:00
BlockErrorFormatterTest.php Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated 2024-04-30 13:31:08 +01:00
BlockManagerTest.php tests: Remove cleanup of blocks, done by ChangedTablesTracker 2024-01-20 11:41:15 +01:00
BlockRestrictionStoreTest.php tests: Migrate to IDatabase::newInsertQueryBuilder 2024-04-14 21:56:07 +02:00
CompositeBlockTest.php tests: Remove cleanup of blocks, done by ChangedTablesTracker 2024-01-20 11:41:15 +01:00
DatabaseBlockTest.php block: Deprecate and stop using $wgBlockTargetMigrationStage 2024-05-10 15:54:17 +10:00