mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-65024-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
cc56e409c3
2 changed files with 5 additions and 1 deletions
|
@ -958,6 +958,7 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
|
|||
foreach ($sections[2]['modules'] as $module) {
|
||||
if ($module['id'] == $urlcm->id and $module['modname'] == 'url') {
|
||||
$this->assertContains('width=100,height=100', $module['onclick']);
|
||||
$this->assertContains('moodle.org', $module['customdata']);
|
||||
$testexecuted = $testexecuted + 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue