Merge branch 'MDL-56529-master' of git://github.com/junpataleta/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-10-21 13:03:56 +02:00
commit bf6cfca285

View File

@ -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);
}
/**