Introduce ParserFactory service
authorAryeh Gregor <ayg@aryeh.name>
Fri, 3 Aug 2018 08:25:15 +0000 (11:25 +0300)
committerKunal Mehta <legoktm@member.fsf.org>
Sat, 11 Aug 2018 06:15:52 +0000 (00:15 -0600)
commit62515f7b15571317a5053a70a4ae316e10cef659
tree4192a0d79a586da6b61b31ebf08c499af1c9b5a1
parent7025765f3f31842c6b4766a7e6b70a72f6eabbd2
Introduce ParserFactory service

Bug: T200881
Change-Id: I257e78200983cb10afb76de1f07dd1b9d531c52a
autoload.php
includes/MediaWikiServices.php
includes/ServiceWiring.php
includes/parser/Parser.php
includes/parser/ParserFactory.php [new file with mode: 0644]
tests/phpunit/includes/parser/ParserFactoryTest.php [new file with mode: 0644]