diff options
Diffstat (limited to 'Echo/tests/phpunit/controller/NotificationControllerTest.php')
-rw-r--r-- | Echo/tests/phpunit/controller/NotificationControllerTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Echo/tests/phpunit/controller/NotificationControllerTest.php b/Echo/tests/phpunit/controller/NotificationControllerTest.php index 8a38a7e5..9e497024 100644 --- a/Echo/tests/phpunit/controller/NotificationControllerTest.php +++ b/Echo/tests/phpunit/controller/NotificationControllerTest.php @@ -1,5 +1,8 @@ <?php +/** + * @covers EchoNotificationController + */ class NotificationControllerTest extends MediaWikiTestCase { public function evaluateUserLocatorsProvider() { |