InstallDocFormatter: Add missing @covers scope
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 22 Nov 2017 19:01:54 +0000 (11:01 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 22 Nov 2017 19:01:54 +0000 (11:01 -0800)
commitd8cf850032e78b0252d6b5801e8d0754b3411594
treef53abc935632f1a3ad517999342eda8d42ebdc71
parent4c96ff5203daefc5c87cb2aec6f9ba1acac3b6cb
InstallDocFormatter: Add missing @covers scope

The format() method is a one-line wrapper around execute(), which
is the real method being tested here. Given the class doesn't
contain any other methods, increase the scope to the whole class.

Change-Id: I8b2c7736c6708c0915a9ce15fef0dc85c63621ea
includes/installer/InstallDocFormatter.php
tests/phpunit/includes/installer/InstallDocFormatterTest.php