Add reminder to write more tests
This commit is contained in:
parent
b93919bf5f
commit
fd548ed7f5
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ use auth_userkey\core_userkey_manager;
|
|||
/**
|
||||
* Tests for core_userkey_manager class.
|
||||
*
|
||||
* Key validation is fully covered in auth_plugin_test.php file.
|
||||
* TODO: write tests for validate_key() function.
|
||||
*
|
||||
* @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