Add reminder to write more tests

This commit is contained in:
Dmitrii Metelkin 2016-08-27 16:17:21 +10:00
parent b93919bf5f
commit fd548ed7f5

View file

@ -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
*/