wiki.techinc.nl/tests/phpunit/includes/page
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
..
ArticleTablesTest.php tests: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 02:14:34 +00:00
ArticleTest.php Remove Article static methods deprecated in 1.24 2017-10-26 12:22:01 -04:00
ImagePage404Test.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
ImagePageTest.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
WikiCategoryPageTest.php Use namespaced ScopedCallback 2016-10-17 15:46:05 -07:00
WikiPageContentHandlerDbTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
WikiPageDbTestBase.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
WikiPageNoContentHandlerDbTest.php Split WikiPageTest into ContentHandler & NoContentHandler tests 2017-12-04 10:46:02 +01:00