Add missing namespace to @covers comment in LegacyLoggerTest
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 23 Feb 2016 03:18:31 +0000 (03:18 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 23 Feb 2016 03:18:31 +0000 (03:18 +0000)
commite7939ffcd476cc8b6f0ffd8c8084c7baefdfdc9c
treea494ca91b34fe965b0e8260736f17fa6555a989e
parent2eeda9bc7d6f26fc72ca8a2158f87912b1bb5770
Add missing namespace to @covers comment in LegacyLoggerTest

> Trying to @cover or @use not existing method "LegacyLogger::interpolate"

Makes code coverage run fail at the moment.

Change-Id: I8417b5c2f1fc116583758c7507770c796127bb67
tests/phpunit/includes/debug/logger/LegacyLoggerTest.php