Update @covers annotation
This commit is contained in:
parent
992ecf4c5f
commit
4ab1cdc81d
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ use external_value;
|
|||
/**
|
||||
* Tests for auth_plugin_userkey class.
|
||||
*
|
||||
* @covers auth_plugin_userkey
|
||||
* @covers \auth_plugin_userkey
|
||||
*
|
||||
* @package auth_userkey
|
||||
* @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net)
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace auth_userkey;
|
|||
* Key validation is fully covered in auth_plugin_test.php file.
|
||||
* TODO: write tests for validate_key() function.
|
||||
*
|
||||
* @covers core_userkey_manager
|
||||
* @covers \auth_userkey\core_userkey_manager
|
||||
*
|
||||
* @package auth_userkey
|
||||
* @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net)
|
||||
|
|
|
@ -27,7 +27,7 @@ use context_system;
|
|||
/**
|
||||
* Tests for externallib.php.
|
||||
*
|
||||
* @covers auth_userkey_external
|
||||
* @covers \auth_userkey_external
|
||||
*
|
||||
* @package auth_userkey
|
||||
* @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net)
|
||||
|
|
Loading…
Reference in a new issue