mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
Merge branch 'MDL-76839-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
5eb91a54c3
@ -33,6 +33,7 @@ require_once($CFG->dirroot . '/webservice/tests/helpers.php');
|
||||
* @copyright 2015 Juan Leyva <juan@moodle.com>
|
||||
* @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 @@ class externallib_test extends externallib_advanced_testcase {
|
||||
/**
|
||||
* 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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user