Permalink
Browse files
MDL-37894 Amend tests with new openclose rule.
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
mod/quiz/accessrule/openclosedate/tests/rule_test.php
|
@@ -153,7 +153,8 @@ public function test_both_dates() { |
|
|
|
|
|
$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));
|
|
|
0 comments on commit
d863b93