MDL-78355 xapi: correct coverage notation for delete state test.

This commit is contained in:
Paul Holden 2023-05-25 11:16:04 +01:00
parent 84bb5725f8
commit e60c45b610
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -34,7 +34,7 @@ require_once($CFG->dirroot . '/webservice/tests/helpers.php');
* Unit tests for xAPI delete state webservice.
*
* @package core_xapi
* @covers \core_xapi\external\post_state
* @covers \core_xapi\external\delete_state
* @since Moodle 4.2
* @copyright 2023 Sara Arjona (sara@moodle.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@ -205,7 +205,7 @@ class delete_state_test extends externallib_advanced_testcase {
* function to check the results.
*
* @param string $component component name
* @param state $data data to encode and send to post_state
* @param state $data data to encode and send to delete_state
* @param string $expected expected results (if null an exception is expected)
*/
private function delete_state_data(string $component, state $data, ?string $expected): void {