Fix use of non-existent variable Parser::$config
authorTim Starling <tstarling@wikimedia.org>
Thu, 25 Oct 2018 23:14:15 +0000 (16:14 -0700)
committerTim Starling <tstarling@wikimedia.org>
Thu, 25 Oct 2018 23:27:55 +0000 (16:27 -0700)
commita6a017cea454458216aca5f06251b2e9b86bd9e3
tree89d231e6791a9654953d9de538edca773a79b52d
parent5726d9be5436060ba75771f576bac380a614f53e
Fix use of non-existent variable Parser::$config

Fix bug from Ib4394f370cb561ccf195338a1c2e9e465dcb3dc3

Add test.

Bug: T208000
Change-Id: Ia81cca1b64afef2af3cb8dff19719a7f0de9d306
includes/parser/Parser.php
tests/phpunit/includes/parser/ParserMethodsTest.php