Introduce RevisionStoreFactory & Tests
authoraddshore <addshorewiki@gmail.com>
Wed, 27 Jun 2018 12:16:35 +0000 (13:16 +0100)
committerDaniel Kinzler <daniel.kinzler@wikimedia.de>
Thu, 2 Aug 2018 18:55:29 +0000 (18:55 +0000)
commitf5cc67524df62f7182f54f64e6990238868cde1a
treedc699bfc87b94abee6ecafd48daac3d4ff15ffef
parenta14133e55c0d4bceca030a9bdb373f3ff84c15ed
Introduce RevisionStoreFactory & Tests

This is based on I0a8a441b803, which was reverted because it was
incomplete.

Bug: T198701
Change-Id: I3e4a5f1ef687418c06dfc979cfe04da336e876b1
includes/MediaWikiServices.php
includes/ServiceWiring.php
includes/Storage/NameTableStore.php
includes/Storage/RevisionStore.php
includes/Storage/RevisionStoreFactory.php [new file with mode: 0644]
tests/phpunit/includes/MediaWikiServicesTest.php
tests/phpunit/includes/Storage/RevisionStoreFactoryTest.php [new file with mode: 0644]