Skip to content

Commit 4ab1cdc

Browse files
committed
Update @Covers annotation
1 parent 992ecf4 commit 4ab1cdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/auth_plugin_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Tests for auth_plugin_userkey class.
2828
*
29-
* @covers auth_plugin_userkey
29+
* @covers \auth_plugin_userkey
3030
*
3131
* @package auth_userkey
3232
* @copyright 2016 Dmitrii Metelkin ([email protected])

tests/core_userkey_manager_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Key validation is fully covered in auth_plugin_test.php file.
2323
* TODO: write tests for validate_key() function.
2424
*
25-
* @covers core_userkey_manager
25+
* @covers \auth_userkey\core_userkey_manager
2626
*
2727
* @package auth_userkey
2828
* @copyright 2016 Dmitrii Metelkin ([email protected])

tests/externallib_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Tests for externallib.php.
2929
*
30-
* @covers auth_userkey_external
30+
* @covers \auth_userkey_external
3131
*
3232
* @package auth_userkey
3333
* @copyright 2016 Dmitrii Metelkin ([email protected])

0 commit comments

Comments
 (0)