Add @covers to all tests
This commit is contained in:
parent
39949b5950
commit
a3014530ac
3 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,8 @@ use external_value;
|
|||
/**
|
||||
* Tests for auth_plugin_userkey class.
|
||||
*
|
||||
* @covers auth_plugin_userkey
|
||||
*
|
||||
* @package auth_userkey
|
||||
* @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -22,6 +22,8 @@ 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
|
||||
*
|
||||
* @package auth_userkey
|
||||
* @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -27,6 +27,8 @@ use context_system;
|
|||
/**
|
||||
* Tests for externallib.php.
|
||||
*
|
||||
* @covers auth_userkey_external
|
||||
*
|
||||
* @package auth_userkey
|
||||
* @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
Loading…
Reference in a new issue