mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-20636 Fix behaviour unit tests. (all but opaque)
This commit is contained in:
parent
93cadb1ede
commit
2ac0843f4b
4 changed files with 39 additions and 39 deletions
|
@ -403,7 +403,7 @@ class qbehaviour_walkthrough_test_base extends UnitTestCase {
|
|||
return new PatternExpectation('/' . preg_quote($question->questiontext) . '/');
|
||||
}
|
||||
|
||||
protected function get_contains_general_feedback_expectation() {
|
||||
protected function get_contains_general_feedback_expectation($question) {
|
||||
return new PatternExpectation('/' . preg_quote($question->generalfeedback) . '/');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue