forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-76839 mod_data: correct external test class coverage notation.
- Loading branch information
1 parent
b8b905c
commit 1bf87e8
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ | |
* @copyright 2015 Juan Leyva <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @since Moodle 2.9 | ||
* @coversDefaultClass \mod_data_external | ||
*/ | ||
class externallib_test extends externallib_advanced_testcase { | ||
|
||
|
@@ -1192,7 +1193,7 @@ public function test_add_entry_invalid_group() { | |
/** | ||
* Test add_entry for an empty database (no fields). | ||
* | ||
* @covers \mod_data\mod_data_external::add_entry | ||
* @covers ::add_entry | ||
*/ | ||
public function test_add_entry_empty_database() { | ||
$this->expectException('moodle_exception'); | ||
|