wiki.techinc.nl/tests/phpunit/includes/Storage
Brad Jorsch 8dfeac7446 rdbms: Add a deprecationLogger callback
Much like the existing errorLogger, but for logging deprecation
warnings.

The default in the RDBMS layer is to call trigger_error() with
E_USER_DEPRECATED. The default in MediaWiki (via MWLBFactory) is to log
to the 'deprecated' log group, much like wfDeprecated() does, although
unfortunately we can't effectively use that directly since we have no
idea of a proper $callerOffset to pass.

Change-Id: Id13625e249516e84d72b6310953bb338a90976da
2018-04-05 22:25:08 +00:00
..
BlobStoreFactoryTest.php Fix BlobStoreFactoryTest @covers tag 2018-01-08 12:03:35 +00:00
MutableRevisionRecordTest.php Fix field names and behavior in SlotRecord. 2018-03-08 12:53:25 +01:00
MutableRevisionSlotsTest.php Introduce hasSlot in RevisionRecord and RevisionSlots. 2018-02-26 17:34:48 +00:00
NameTableStoreTest.php [MCR] NameTableStore 2018-03-02 19:48:15 +00:00
RevisionSlotsTest.php Introduce hasSlot in RevisionRecord and RevisionSlots. 2018-02-26 17:34:48 +00:00
RevisionStoreDbTest.php rdbms: Add a deprecationLogger callback 2018-04-05 22:25:08 +00:00
RevisionStoreRecordTest.php tests: Remove some unused stuff in phpunit tests 2018-03-26 22:45:29 +00:00
RevisionStoreTest.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
SlotRecordTest.php MCR: replace slot_inherited with slot_origin 2018-03-19 21:51:56 +01:00
SqlBlobStoreTest.php Extra tests for SqlBlobStore with 'windows-1252' legacy encoding 2018-01-24 22:08:46 +00:00