MDL-47690 Course: Remove unused variable from unit tests.

This commit is contained in:
Damyon Wiese
2014-10-27 11:27:55 +08:00
parent a4e7898729
commit 3217e572cb
-1
View File
@@ -591,7 +591,6 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
$labelcm = get_coursemodule_from_instance('label', $label->id);
$url = $this->getDataGenerator()->create_module('url', array('course' => $course->id,
'name' => 'URL: % & $ ../'));
$urlcm = get_coursemodule_from_instance('url', $url->id);
// Set the required capabilities by the external function.
$context = context_course::instance($course->id);