mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-37894 Amend tests with new openclose rule.
This commit is contained in:
parent
349c224817
commit
3b00c13bf1
@ -153,7 +153,8 @@ class quizaccess_openclosedate_testcase extends basic_testcase {
|
||||
|
||||
$rule = new quizaccess_openclosedate($quizobj, 9999);
|
||||
$this->assertEquals($rule->description(),
|
||||
array(get_string('quiznotavailable', 'quizaccess_openclosedate', userdate(10000))));
|
||||
array(get_string('quiznotavailable', 'quizaccess_openclosedate', userdate(10000)),
|
||||
get_string('quizcloseson', 'quiz', userdate(20000))));
|
||||
$this->assertEquals($rule->prevent_access(),
|
||||
get_string('notavailable', 'quizaccess_openclosedate'));
|
||||
$this->assertFalse($rule->prevent_new_attempt(0, $attempt));
|
||||
|
Loading…
x
Reference in New Issue
Block a user