Fix @covers for (non-integration) parser tests
authorTim Starling <tstarling@wikimedia.org>
Mon, 27 Feb 2017 04:44:31 +0000 (15:44 +1100)
committerTim Starling <tstarling@wikimedia.org>
Mon, 27 Feb 2017 04:47:56 +0000 (15:47 +1100)
commit60ef8bc9192d22080828e3b55696252db1fc5cbb
treea7e42d1de95f7ee470e894660066f803ee3486c8
parent3e1411b1bb44cdda7610d76ed028c21c651b9951
Fix @covers for (non-integration) parser tests

You have to allow tests to cover private Parser methods that they
execute. Private methods will never have separate tests.

Change-Id: Ic842e2be4675f505dc26d1d3e1dd9000401df46c
tests/phpunit/includes/parser/ParserMethodsTest.php
tests/phpunit/includes/parser/ParserPreloadTest.php
tests/phpunit/includes/parser/TagHooksTest.php