wiki.techinc.nl/tests/phpunit/includes/Storage
addshore e5879da149 Pass $key into CommentStore methods and use MediawikiServices
This allows CommentStore to be added to MediaWikiServices
without the need of an aditional Factory.

This change includes a compatability layer to allow the behaviour
from 1.30 to continue to be used while deprecated.

CommentStore::newKey has been deprecated.
Keys are now passed into the public methods of CommentStore
where needed.
The following CommentStore methods have had their signatures changed
to introduced a $key parameter, but when used in conjunction with
CommentStore::newKey behaviour will remain unchanged:
  * CommentStore::getFields
  * CommentStore::getJoin
  * CommentStore::getComment
  * CommentStore::getCommentLegacy
  * CommentStore::insert
  * CommentStore::insertWithTemplate

Change-Id: I3abb62a5cfb0dcd456da9f4eb35583476ae41cfb
2018-02-05 15:34:12 +00:00
..
BlobStoreFactoryTest.php Fix BlobStoreFactoryTest @covers tag 2018-01-08 12:03:35 +00:00
MutableRevisionRecordTest.php
MutableRevisionSlotsTest.php
RevisionSlotsTest.php Fix @covers tags to use absolute class names in Storage tests 2017-12-14 19:20:51 -08:00
RevisionStoreDbTest.php Add tablesUsed to RevisionStoreDbTest 2018-02-02 19:37:44 +00:00
RevisionStoreRecordTest.php Fix additional usage of incorrect case 2017-12-15 11:58:11 +01:00
RevisionStoreTest.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
SlotRecordTest.php
SqlBlobStoreTest.php Extra tests for SqlBlobStore with 'windows-1252' legacy encoding 2018-01-24 22:08:46 +00:00