mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 09:30:17 +01:00
Merge branch 'MDL-56529-master' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
bf6cfca285
@ -75,7 +75,7 @@ class tool_provider_testcase extends advanced_testcase {
|
||||
*/
|
||||
public function test_constructor_with_non_existent_tool() {
|
||||
$this->expectException('dml_exception');
|
||||
new tool_provider(1);
|
||||
new tool_provider(-1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user